Files
zig/src
Andrew Kelley efa771af75 compile time improvement - add __zig_panic_slice fn
move some boilerplate code having to do with panicking
to a function.

Here's the timing difference. It's not much:

Before:

full test:  1m36.511s
debug test: 20.862s
hello.zig
                Name       Start         End    Duration     Percent
          Initialize      0.0000      0.0000      0.0000      0.0001
   Semantic Analysis      0.0000      0.0421      0.0420      0.2109
     Code Generation      0.0421      0.0620      0.0200      0.1003
    LLVM Emit Object      0.0620      0.1852      0.1231      0.6180
  Build Dependencies      0.1852      0.1974      0.0122      0.0615
           LLVM Link      0.1974      0.1993      0.0018      0.0093
         Generate .h      0.1993      0.1993      0.0000      0.0000
               Total      0.0000      0.1993      0.1993      1.0000

After:

full test:  1m33.588s
debug test: 20.303s
hello.zig
                Name       Start         End    Duration     Percent
          Initialize      0.0000      0.0000      0.0000      0.0002
   Semantic Analysis      0.0000      0.0425      0.0425      0.2202
     Code Generation      0.0425      0.0675      0.0250      0.1293
    LLVM Emit Object      0.0675      0.1789      0.1114      0.5773
  Build Dependencies      0.1789      0.1913      0.0124      0.0640
           LLVM Link      0.1913      0.1931      0.0018      0.0091
         Generate .h      0.1931      0.1931      0.0000      0.0000
               Total      0.0000      0.1931      0.1931      1.0000
2017-04-25 14:20:15 -04:00
..
2017-04-24 12:14:45 -04:00
2017-04-10 20:02:39 -04:00
2016-12-04 21:06:13 -05:00
2017-04-10 20:02:39 -04:00
2017-04-10 20:02:39 -04:00
2017-04-25 12:29:25 -04:00
2016-12-04 21:06:13 -05:00
2016-09-19 11:54:01 -04:00
2016-12-04 21:06:13 -05:00
2016-12-01 21:08:12 -05:00
2017-04-23 14:34:40 -04:00
2017-04-25 12:29:25 -04:00
2016-02-11 01:33:27 -07:00
2017-04-10 20:02:39 -04:00
2017-04-25 12:29:25 -04:00
2017-04-25 12:29:25 -04:00
2017-04-25 12:29:25 -04:00
2017-04-13 03:07:58 -04:00
2017-04-13 01:15:25 -04:00
2017-04-13 01:15:25 -04:00
2017-04-13 03:07:58 -04:00
2017-04-13 03:07:58 -04:00
2017-04-10 20:02:39 -04:00
2017-04-13 01:15:25 -04:00
2017-04-13 01:15:25 -04:00