Commit Graph

15 Commits

Author SHA1 Message Date
codefu@google.com 2afd27cbf6 Increase Mac stack size
BUG=
TEST=

Review URL: http://codereview.chromium.org//8970033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2552 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-16 23:28:23 +00:00
jacobr@google.com 770a6a6c0a New version of the bindings.
BUG=
TEST=

Review URL: http://codereview.chromium.org//8839010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2168 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-07 12:31:46 +00:00
mmendez@google.com 7500c61126 64 bit JVMs need a higher heap now.
TBR=fabiomfv

Review URL: http://codereview.chromium.org//8803016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2078 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-05 16:43:15 +00:00
mmendez@google.com 19270d9547 Fixes OOME for tests/co19/src/LibTest/core/List/sort/List_sort_A01_t06.dart
When tree shaking is enabled we need a little more memory to prevent OOMEs on tests/co19/src/LibTest/core/List/sort/List_sort_A01_t06.dart.

BUG=
TEST=

Review URL: http://codereview.chromium.org//8800003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2071 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-05 14:16:47 +00:00
mmendez@google.com 98f6bb8259 More memory for tests...
Until we can do something about http://code.google.com/p/dart/issues/detail?id=670.

Review URL: http://codereview.chromium.org//8772052

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2033 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-02 21:17:11 +00:00
zundel@google.com b721a2962a Puts JsScope on a diet
Lazy initialization of the names field and interning the description field
reduces memory consumption from > 128M to < 64 M in a unit test that was
suffering from OOM problems.

Review URL: http://codereview.chromium.org//8659022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1986 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-01 15:42:32 +00:00
jacobr@google.com 2dbe767ed6 Split html library into html and html_impl
BUG=
TEST=

Review URL: http://codereview.chromium.org//8548007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1879 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-28 22:16:54 +00:00
codefu@google.com 0a1c3461a8 New location for dartc_*.sh is Release_ia32 now that --mode is removed from
build.py

R=mmendez,ngeoffray
BUG=
TEST=

Review URL: http://codereview.chromium.org//8384005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@952 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-31 15:43:58 +00:00
ngeoffray@google.com 9acb7d6610 build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in the repo.
Review URL: http://codereview.chromium.org//8341103

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@882 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-28 10:39:30 +00:00
codefu@google.com b145d2784b Cleanup the build for perf script
R=mmendez
BUG=
TEST=

Review URL: http://codereview.chromium.org//8344083

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@579 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-20 14:22:41 +00:00
zundel@google.com 0294b62be1 remove TestRunner and revector callers to DartRunner
It only had a few methods in it that all ended up delegating to DartRunner.

Review URL: http://codereview.chromium.org//8223005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@306 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-10 19:11:41 +00:00
jbrosenberg@google.com 7f4d06ec8d Fixed args passed to metrics scripts
R=codefu

Review URL: https://chromereviews.googleplex.com/3573019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@250 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-07 19:06:02 +00:00
jbrosenberg@google.com 115edafe88 update compiler_compare.sh to point to new repo
Review URL: https://chromereviews.googleplex.com/3568012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@232 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-07 16:02:07 +00:00
codefu@google.com fa4590de77 Make the system libraries less brittle to recompile
BUG=
TEST=

Review URL: https://chromereviews.googleplex.com/3508015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@153 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-06 20:21:04 +00:00
dgrove@google.com 977977e6ea Initial checkin.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-05 05:00:35 +00:00