Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.3.1
/
runtime
tag
32cc757ed6369671ec006077c57a33a261303186
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
97fcbb8a9a23736d35545e6dccec2d39abf698e0
0.7.3.1
d6e339e
Double the default heap size on 64-bit platforms to account for all pointers taking up twice the amount of memory.
by kasperl@google.com
· 12 years ago
bbcf74a
Make "as" a built-in identifier aka pseudo keyword
by hausner@google.com
· 12 years ago
417e20b
Detect illegal class member names
by hausner@google.com
· 12 years ago
2c0acad
- Tighten assertions in the X64 assembler related to object pool usage.
by iposva@google.com
· 12 years ago
d9f7cc5
Add "function" as an argument to Dart_ActivationFrameInfo
by jacobr@google.com
· 12 years ago
aa8d63a
Properly handle exceptions that arise when reflectively invoking a constructor/factory.
by rmacnak@google.com
· 12 years ago
214d00f
Mirrors cleanup. No semantic changes.
by mlippautz@google.com
· 12 years ago
2760027
Fix error handling when current working directory is deleted.
by whesse@google.com
· 12 years ago
0d6bc7e
Fix bug with deoptimization of SIMD Uint32x4 values.
by fschneider@google.com
· 12 years ago
28a09f3
Do not eliminate GuardFieldInstr when guarding list length.
by johnmccutchan@google.com
· 12 years ago
cd958c8
Fix reparsing of function parameters that include type parameters.
by mlippautz@google.com
· 12 years ago
07c4d9d
Fill in type arguments when creating an object from the mirrors or embedding API.
by rmacnak@google.com
· 12 years ago
94502c1
Checks CObject lengths in native API.
by mlippautz@google.com
· 12 years ago
43d319c
Update unresolved name handling with library prefixes
by hausner@google.com
· 12 years ago
18362b2
Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations."
by lrn@google.com
· 12 years ago
1cf1806
Remove unreachable code in mirrors.
by mlippautz@google.com
· 12 years ago
c6ef82b
Polish the EventHandler cleanup in r26517.
by ajohnsen@google.com
· 12 years ago
1cd8002
Always wait for child processes when forked, even if the process failed.
by ajohnsen@google.com
· 12 years ago
6949a7b
Simplify process exit-code handling on Posix, take 2.
by ajohnsen@google.com
· 12 years ago
c5bb6f7
Convert HashSet, LinkedHashSet to factory methods and custom implementations.
by lrn@google.com
· 12 years ago
94ca56a
Fix a bug in block reordering/block compaction.
by kmillikin@google.com
· 12 years ago
6c92ec5
Simplify VM internal representation of a mixin application clause (MixinAppType
by regis@google.com
· 12 years ago
e65e9e1
Better handling of zero in compare and branch for MIPS.
by zra@google.com
· 12 years ago
09a1a38
- Add missing AddProperty function, which was lost during reformatting.
by iposva@google.com
· 12 years ago
52a736e
- Disallow copy constructors.
by iposva@google.com
· 12 years ago
336183c
- Add missing explicit in constructor.
by iposva@google.com
· 12 years ago
74b2a34
- Base JSON stream printing on stack objects.
by iposva@google.com
· 12 years ago
fe9e202
Fix debugger expression evaluation for top-level functions
by hausner@google.com
· 12 years ago
fd57843
Update handling of ambiguous name references
by hausner@google.com
· 12 years ago
92202c9
Fix compiler warning
by vsm@google.com
· 12 years ago
6b175bb
"Reverting 27298"
by mlippautz@google.com
· 12 years ago
eb28abc
Updates status file for slow test on x64.
by zra@google.com
· 12 years ago
dc9fca0
Add length checks to ApiMessageWriter.
by mlippautz@google.com
· 12 years ago
df2054d
Sets a register aside on x64 for use as a pool-pointer. It is loaded and restored from the code object on Frame entry and exit. All LoadObject calls that can, and many calls and jumps through ExternalLabels now use the pool-pointer. The --compiler-stats flag when running dart2js indicates that code size is reduced ~13%, and more is probably possible.
by zra@google.com
· 12 years ago
1d0cde6
Fix the flag --reorder-basic-blocks so it works to disable reordering.
by kmillikin@google.com
· 12 years ago
34721f9
Add cvtsd2ss into X64 disassembler
by johnmccutchan@google.com
· 12 years ago
0c0bb73
Fix large performance regression in Box2D, MD5, and SHA1 benchmarks caused by https://codereview.chromium.org/22915008/
by johnmccutchan@google.com
· 12 years ago
df78198
Remove String.concat from implementation classes.
by lrn@google.com
· 12 years ago
0f1e912
Reapply "Make LinkedHashMap also have a factory constructor and be customizable""
by lrn@google.com
· 12 years ago
8fdf9b8
Use correct output encoding in Process.runSync.
by ajohnsen@google.com
· 12 years ago
e9eec70
Change --print-ast output to be more regular.
by kmillikin@google.com
· 12 years ago
57a245c
Replace guarded list length field loads with constants
by johnmccutchan@google.com
· 12 years ago
e571ecd
Tests for GuardField length check along with bug fixes
by johnmccutchan@google.com
· 12 years ago
86ffb1f
Add alignment checks to typed_data views
by johnmccutchan@google.com
· 12 years ago
4df2b2b
Remove leftover from CL 23038010.
by mlippautz@google.com
· 12 years ago
ce4b15c
Esoteric bit operations.
by sra@google.com
· 12 years ago
aa8b03e
For trigonometric functions call to C-libraries: they are faster than x87 operations (3% on Box2D). This also enables quicker trigonometrics on ARM and MIPS. TODO: Make InvokeMathCFunction more flexible so that it can handle both static and instance calls
by srdjan@google.com
· 12 years ago
3aec267
Fix bug where Script files that only contained patches were lost from the list of LoadedScripts() This resulted in incorrect stack traces for int.parse Many Script files containing patches also contained non-patch classes or top level members and so they still worked.
by jacobr@google.com
· 12 years ago
bce63cc
Revert "Simplify process exit-code handling on Posix."
by ajohnsen@google.com
· 12 years ago
761f55b
Revert "Make LinkedHashMap also have a factory constructor and be customizable"
by lrn@google.com
· 12 years ago
dff262d
Remove inlining restriction of calls to the == operator.
by fschneider@google.com
· 12 years ago
5e4135c
Simplify process exit-code handling on Posix.
by ajohnsen@google.com
· 12 years ago
6435915
Make LinkedHashMap also have a factory constructor and be customizable
by lrn@google.com
· 12 years ago
2b19ed6
Disentangle AstNode::Name and AstNode::ShortName.
by kmillikin@google.com
· 12 years ago
50f1dc5
Be consistent with number scanning
by hausner@google.com
· 12 years ago
5c0b92e
Fix number scanning
by hausner@google.com
· 12 years ago
232cdaa
VM: Make ParameterMirror.toString say it is a parameter mirror.
by rmacnak@google.com
· 12 years ago
e3ce299
Traverse inlined frames lazily when printing the stacktrace. No need to carry separate function and code array, since function can always be extracted from code.
by srdjan@google.com
· 12 years ago
7e7b95c
Fix android build of runtime.
by whesse@google.com
· 12 years ago
47239cb
Move delete/deleteSync up to FileSystemEntity, with a shared documentation.
by ajohnsen@google.com
· 12 years ago
8923601
Disable all warnings when compiling NSS.
by whesse@google.com
· 12 years ago
9d8049d
Small code cleanup in the assembler/simulator.
by fschneider@google.com
· 12 years ago
5d8f2ca
Reapply "Add custom equals and hashCode for HashMap implementation."
by lrn@google.com
· 12 years ago
b8d9214
Be sure to enter monitor before notifying, in file_system_watcher_macos.
by ajohnsen@google.com
· 12 years ago
c09f27b
Implement BigintOperations::MultiplyWithDigit
by sra@google.com
· 12 years ago
d6aaf0c
1. Add flag --trace-api to trace API function invocation
by asiva@google.com
· 12 years ago
765aac1
Keep track of the application of a mixin type to a mixin application class,
by regis@google.com
· 12 years ago
8cd4bf5
Change inlined stack frame iterator to use code and pc instead of frame.
by srdjan@google.com
· 12 years ago
7df443f
Make showHide combinators work with getter/setter names
by hausner@google.com
· 12 years ago
7fb4b62
Fix build breakage.
by srdjan@google.com
· 12 years ago
d7d3588
Support named and optional positional arguments in reflective invocation.
by rmacnak@google.com
· 12 years ago
f235a79
Remove ASSERT which was reported as a race by ThreadSanitizer
by sgjesse@google.com
· 12 years ago
c288d7c
Revert "Add custom equals and hashCode for HashMap implementation."
by lrn@google.com
· 12 years ago
59004e9
Fix range check bug for ByteData getters and setters.
by fschneider@google.com
· 12 years ago
76c0e79
Add custom equals and hashCode for HashMap implementation.
by lrn@google.com
· 12 years ago
865ef54
Implement ParameterMirror.metadata.
by rmacnak@google.com
· 12 years ago
c099eb8
Do not export library prefix names used in a library
by hausner@google.com
· 12 years ago
64fd5a5
Implement InstanceMirror.== in dart2js and InstanceMirror.hashCode in the VM and dart2js.
by rmacnak@google.com
· 12 years ago
a783459
Preserves callee-saved FPU registers on ARM
by zra@google.com
· 12 years ago
7c53dfa
Make file system watcher compile on Mac OS 106, and add a runtime-call to test if the system supports the feature.
by ajohnsen@google.com
· 12 years ago
f29b968
Saves callee-saved fpu registers on MIPS.
by zra@google.com
· 12 years ago
40013fe
Simplify compilation of relational operators.
by fschneider@google.com
· 12 years ago
6c5229a
Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1.
by ajohnsen@google.com
· 12 years ago
38bae0a
Add FileSystemWatcher class to dart:io.
by ajohnsen@google.com
· 12 years ago
eaf1021
Make HashMap constructor a factory.
by lrn@google.com
· 12 years ago
cfab482
Follow-up fix to my change to IsPowerOfTwo: Alignment of one means no alignment, not zero.
by fschneider@google.com
· 12 years ago
e174a4c
Fix a compiler bug caused by Utils::IsPowerOfTwo treating zero as a power of two.
by fschneider@google.com
· 12 years ago
92e97e5
Fix bug with reflection on VM-internal native methods.
by fschneider@google.com
· 12 years ago
8adad2e
Don't throw when there is an "onError" for int.parse.
by floitsch@google.com
· 12 years ago
8d66e5d
Fix error message for NoSuchMethodError to not contain "Symbol".
by lrn@google.com
· 12 years ago
53dc9ba
Change the field and constructor parameter types of NoSuchMethodError to Symbol.
by lrn@google.com
· 12 years ago
97891ce
If a rethrow is encountered in the catch block, then its handler must be marked that it needs stacktrace. Fix issue r12584.
by srdjan@google.com
· 12 years ago
39f1574
Fix for Issue 12833
by sra@google.com
· 12 years ago
03d1af5
Fix crash with cyclic exports
by hausner@google.com
· 12 years ago
919eae4
Ensure class mirrors on non-generic classes always have their runtime type set. Add a test for class mirror equality.
by rmacnak@google.com
· 12 years ago
cfb81a4
Last round of cleanups in exception handler, before going to the next stage.
by srdjan@google.com
· 12 years ago
da4806e
- Reapply change r26880.
by iposva@google.com
· 12 years ago
eceb4ec
Add checks catching potential integer overflows.
by mlippautz@google.com
· 12 years ago
ea5dfcd
Revert "Compress memory usage. Imprive speed of finding exception handle..."
by kmillikin@google.com
· 12 years ago
f82de66
Evaluation of expression in context of library top-level
by hausner@google.com
· 12 years ago
Next »