aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorBenjamin M. Schwartz <bens@alum.mit.edu>2011-11-27 19:32:35 -0500
committerBenjamin M. Schwartz <bens@alum.mit.edu>2011-11-27 20:51:20 -0500
commitd5248fa0762935dc4410b523479eaee5b0f9578a (patch)
tree534fee6315dd15fc856ce6f955dbdbd09d559414 /AUTHORS
parentfeae008076ae51de0de9483ed0b4f6491392a390 (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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index f62c2fe8..6add82dd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>