diff options
author | Benjamin M. Schwartz <bens@alum.mit.edu> | 2011-11-27 19:32:35 -0500 |
---|---|---|
committer | Benjamin M. Schwartz <bens@alum.mit.edu> | 2011-11-27 20:51:20 -0500 |
commit | d5248fa0762935dc4410b523479eaee5b0f9578a (patch) | |
tree | 534fee6315dd15fc856ce6f955dbdbd09d559414 /AUTHORS | |
parent | feae008076ae51de0de9483ed0b4f6491392a390 (diff) |
When I64_MODE==1, split each global constant int64 at compile time.
This change allows the generated code to be processed by the
closure compiler. Without this change, commit
81f82a6a0dd932344027a408ff7bf905de1d2e52
prevents the closure compiler from running
(see http://code.google.com/closure/compiler/docs/error-ref.html#error).
This change should also slightly improve startup speed and reduce code
size.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ under the licensing terms detailed in LICENSE. * Jeff Terrace <jterrace@gmail.com> * Benoit Tremblay <benoit.tremblay@frimastudio.com> * Andreas Bergmeier <andreas.bergmeier@gmx.net> +* Ben Schwartz <bens@alum.mit.edu> |