Ryan Macnak
|
b68351fbc3
|
[vm] Update NULL to nullptr in runtime/bin.
TEST=build
Change-Id: Ie3be570c274b0275a995a0f54b5e6ccdfc77ccd3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292287
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Brian Quinlan <bquinlan@google.com>
|
2023-04-12 01:11:05 +00:00 |
|
Ryan Macnak
|
1eae028526
|
[vm] Fix zero-as-null-pointer-constant warnings in the VM.
Unfortunately we cannot enable -Wzero-as-null-pointer-constant because of zlib and icu headers we include.
TEST=build
Change-Id: I9ffd7d7e26f2b3dd616ce54d164b92e60a2366dc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293882
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
|
2023-04-10 21:38:57 +00:00 |
|
Ryan Macnak
|
b9c86f07dc
|
[vm] Produce clearer error messages for malloc/realloc failures.
TEST=bots
Bug: https://github.com/dart-lang/sdk/issues/43642
Change-Id: I7bc2b3b5231413967f9b1f608c957326ff6c6aaa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171680
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
|
2020-11-13 22:10:54 +00:00 |
|
Ryan Macnak
|
7679924ece
|
[vm] Reduce frame size for the functions with the largest frame sizes.
Cf. -Wframe-larger-than.
Change-Id: I47e3144bdf7f8fd8c6f308d5552a7ce4f3f990ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128008
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
|
2019-12-11 18:15:27 +00:00 |
|
Ryan Macnak
|
7dfe62f70d
|
[standalone] Automatically decompress gzip'd resources, including sources and script snapshots.
Closes #30315
R=asiva@google.com, zra@google.com
Review-Url: https://codereview.chromium.org/2991393002 .
|
2017-08-11 12:18:19 -07:00 |
|