๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.2.4
/
runtime
tag
97c67cbfd0c78738d96805434ee1ba264078c92b
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
4723dbd66ea01fe66cbb53cbcd18453734959dee
0.4.2.4
ed2e198
Mixins with Generics
by hausner@google.com
ยท 13 years ago
453e8fe
Add the native intrinsic TypedData_setRange to optimize the setRange call when the destination and source of setRange are of the same typeddata type.
by asiva@google.com
ยท 13 years ago
b0a2eca
dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows.
by whesse@google.com
ยท 13 years ago
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
ยท 13 years ago
ba07261
Avoid massive stack frames by allocating 64k buffers in the heap.
by ager@google.com
ยท 13 years ago
844cd39
Change getRange to sublist. Make getRange deprecated.
by lrn@google.com
ยท 13 years ago
bab488a
Allow String.fromCharCodes to work directly on a GrowableObjectArray.
by lrn@google.com
ยท 13 years ago
7b5a610
Make allocation of Dart parameters and local variables architecture independent.
by regis@google.com
ยท 13 years ago
7611d6f
Fixes a build warning about a format string.
by zra@google.com
ยท 13 years ago
76d507c
Add List.insert.
by floitsch@google.com
ยท 13 years ago
f1fa8c6
Fix bug in optimized byte array views on tranferable backing stores.
by fschneider@google.com
ยท 13 years ago
3316092
Fix typo in method calls for [] and []= operators in views.
by asiva@google.com
ยท 13 years ago
e723d17
Fix source generation for strings that have \$ in them.
by asiva@google.com
ยท 13 years ago
a792eec
Revert: Support TypedData getters/setters in the optimizer.
by fschneider@google.com
ยท 13 years ago
a25625e
Support TypedData getters/setters in the optimizer.
by fschneider@google.com
ยท 13 years ago
fb53f40
Add setOption method on Socket/RawSocket.
by ajohnsen@google.com
ยท 13 years ago
5b0ee63
Use offsetInBytes and not index in the get/set accessors of views.
by asiva@google.com
ยท 13 years ago
924e321
Optimize TypedData in the same way as ScalarList.
by fschneider@google.com
ยท 13 years ago
6e878e9
Remove Dart_GetScriptSource as it is not used anywhere.
by asiva@google.com
ยท 13 years ago
6b8987e
Add a command line option to generate source code for a script
by asiva@google.com
ยท 13 years ago
2987d53
dart:io | Add Link class, as sibling to File and Directory.
by whesse@google.com
ยท 13 years ago
2905da6
Fix build. Review URL: https://codereview.chromium.org//12607009
by zra@google.com
ยท 13 years ago
82367b3
Copies Simulator Debugger from ARM to MIPS.
by zra@google.com
ยท 13 years ago
caf1f9e
Run type propagation after LICM to ensure correct reaching types for hoisted values.
by vegorov@google.com
ยท 13 years ago
61e1d90
Added check that the object being stored as a return value in the NativeArguments array is a Dart instance.
by asiva@google.com
ยท 13 years ago
482b2f3
Move Options to dart:io.
by floitsch@google.com
ยท 13 years ago
c8f2a81
Rename Timer.repeating to Timer.periodic.
by floitsch@google.com
ยท 13 years ago
26c4b3a
Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not destruct the eventhandler so we leaked the file descriptors for it.
by ager@google.com
ยท 13 years ago
f594eec
Remove some assertion code in the GC from the release build.
by fschneider@google.com
ยท 13 years ago
74d4e1f
Remove virtual functions on class InliningContext.
by kmillikin@google.com
ยท 13 years ago
3eab4ce
Fix typo in typeddate.dart.
by ajohnsen@google.com
ยท 13 years ago
7ba1326
Disable stack context when its frame is for optimized code.
by tball@google.com
ยท 13 years ago
58e396f
Added include for SkTypeface
by vsm@google.com
ยท 13 years ago
681ffda
Change ImageElement to use onLoad.listen instead of on.load and
by gram@google.com
ยท 13 years ago
65718c5
Rename XMatching to XWhere.
by floitsch@google.com
ยท 13 years ago
ef62519
Add a new, separate block entry instruction for catch-blocks.
by fschneider@google.com
ยท 13 years ago
69d0484
- Use dart:typedata types in the Dart API calls.
by asiva@google.com
ยท 13 years ago
6a70178
Decode ic data and arguments descriptor passed in calls on ARM.
by regis@google.com
ยท 13 years ago
ad80045
Adds MIPS instructions to simulator, assembler, disassembler
by zra@google.com
ยท 13 years ago
cead1d4
ceil/floor/truncate/round return integers.
by floitsch@google.com
ยท 13 years ago
a429f3a
Fix checked mode error on socket IOSink
by sgjesse@google.com
ยท 13 years ago
a301711
Handle /dev/null on linux, as an closed device.
by ajohnsen@google.com
ยท 13 years ago
2eb5953
Fix of file descriptor inheritance problem in process_{linux,android,mac}
by kustermann@google.com
ยท 13 years ago
c94a722
Remove unused context-level from LoadLocal/StoreLocal IL instructions.
by fschneider@google.com
ยท 13 years ago
53f877e
Rename String.concat to operator+.
by lrn@google.com
ยท 13 years ago
d095908
Inline ByteArray setters like setUint8 in the optimizer.
by fschneider@google.com
ยท 13 years ago
43c13f4
dart:io | Revert addition of Link class, because it conflicts with a Link class in dart2js.
by whesse@google.com
ยท 13 years ago
31c6f8d
dart:io | Add Link class, as sibling to File and Directory.
by whesse@google.com
ยท 13 years ago
cf60528
Add first version of runAsync.
by floitsch@google.com
ยท 13 years ago
5dc8107
Revert "Remove Expect from core library."
by floitsch@google.com
ยท 13 years ago
12dbd2f
Remove Expect from core library.
by floitsch@google.com
ยท 13 years ago
3b5c3e6
Add the allocator intrinsics for dart:typeddata implementation.
by asiva@google.com
ยท 13 years ago
6699610
Adds a few MIPS arithmetic instructions to the simulator, assembler, disassembler
by zra@google.com
ยท 13 years ago
7766ac7
Implement leaf runtime call stub on ARM and corresponding call redirection
by regis@google.com
ยท 13 years ago
eeeeecb
Add pass to remove empty blocks and recompute fall-through targets.
by vegorov@google.com
ยท 13 years ago
fc899d6
Add the typed data classes to the do not extend list.
by asiva@google.com
ยท 13 years ago
b95087e
Implement native call stub on ARM and native call redirection in ARM simulator.
by regis@google.com
ยท 13 years ago
2c21d3d
Move Float32x4 tests out of runtime/vm/tests into tests/standalone
by johnmccutchan@google.com
ยท 13 years ago
dd48256
Remove deprecated StringBuffer.add, addAll and addCharCode.
by floitsch@google.com
ยท 13 years ago
cd9bcfe
Remove references to capital-D-Dynamic.
by lrn@google.com
ยท 13 years ago
bead146
Renamed StreamSink to EventSink. Renamed signalError to addError.
by lrn@google.com
ยท 13 years ago
ef0580c
Implement a branch optimization pass.
by kmillikin@google.com
ยท 13 years ago
35dbc70
dart:io | Implement FileSystemEntity.typeSync on Windows, to identify symbolic links and junctions.
by whesse@google.com
ยท 13 years ago
a5a9349
Change VM's string-buffer patch to use a Uin16Array as backing buffer.
by lrn@google.com
ยท 13 years ago
b609684
Make IOSink implement StringSink
by sgjesse@google.com
ยท 13 years ago
0308a45
- Allow the use of branch delay slots.
by iposva@google.com
ยท 13 years ago
98b1c1a
Added window.requestAnimationFrame.
by gram@google.com
ยท 13 years ago
a6fba65
Fix build break caused by Skia changes.
by gram@google.com
ยท 13 years ago
dd6691a
The complete fix for issue 8919.
by srdjan@google.com
ยท 13 years ago
5135d46
Fix crash in issue 8919. The test still fails.
by srdjan@google.com
ยท 13 years ago
3f14a14
Implement 'dart:typeddata' directly in the VM instead of using 'dart:scalarlist'
by asiva@google.com
ยท 13 years ago
8949d73
Stop handling VM messages if the isolate has an uncaught (sticky)
by tball@google.com
ยท 13 years ago
b25d694
- Avoid wrapping into Mints when generating random numbers.
by iposva@google.com
ยท 13 years ago
fd88738
dart:io | Fix stray code committed to Windows platform
by whesse@google.com
ยท 13 years ago
ec7e4e5
dart:io | Add FileSystemEntity.typeSync to test for symbolic links.
by whesse@google.com
ยท 13 years ago
f507e54
- Add a skeleton MIPS assembler, disassembler and simulator.
by iposva@google.com
ยท 13 years ago
f79786d
Fix String.fromCharCodes to work with iterables.
by lrn@google.com
ยท 13 years ago
6ed4973
Fix build. Review URL: https://codereview.chromium.org//12433011
by regis@google.com
ยท 13 years ago
bb71e75
Clean up ARM assembly code loading and storing from/to a large offset.
by regis@google.com
ยท 13 years ago
9e3a61f
Added support for "bin-ified" resources, used to link the vmstats
by tball@google.com
ยท 13 years ago
d47757d
And another... :(
by ajohnsen@google.com
ยท 13 years ago
28daa7b
Introduce ZLibInflater and ZLibDeflater to dart:io.
by ajohnsen@google.com
ยท 13 years ago
f644ba9
Complete implementation of bounds checking in the vm, by introducing a vm object
by regis@google.com
ยท 13 years ago
31da7d6
Adds muls, sdiv, udiv instructions to ARM simulator, assembler, disassembler
by zra@google.com
ยท 13 years ago
ad6f5a6
Fix the handling of screen orientation changes. In these cases almost the entire application is torn down, which includes the destruction of the VMGlue instance. When we restart we create a new VMGlue but we don't want to reinitialize the VM, just create a new main isolate.
by gram@google.com
ยท 13 years ago
54ffaab
Fix typeddata. Was still using Arrays.
by floitsch@google.com
ยท 13 years ago
fd28ec5
Move Arrays class to private library.
by floitsch@google.com
ยท 13 years ago
28e2259
Added a rudimentary DOM, to assist with event dispatch.
by gram@google.com
ยท 13 years ago
c9c0881
Adds mrc instruction to arm simulator, assembler, disassembler.
by zra@google.com
ยท 13 years ago
1b274ff
Remove the barely used macro assemblers after merging their contents to the base
by regis@google.com
ยท 13 years ago
c563450
Fix for loop variable capturing
by hausner@google.com
ยท 13 years ago
97f6dee
First step towards implementing dart:typeddata library.
by asiva@google.com
ยท 13 years ago
d5084b7
Recognize more list factories. Recognizing list factories (Array, Bytearrays, etc) allows the type and range to be determined. Add byte array factories to the list of recognzied factories and intrinsify them early. If not intrinisified they may be inlined and not recognized. Keeping the recognition at API level is more stable as internal implementation may change.
by srdjan@google.com
ยท 13 years ago
5505496
Revert "Move Arrays class to private library."
by floitsch@google.com
ยท 13 years ago
a879bba
Second codegen test passing on ARM (simulated).
by regis@google.com
ยท 13 years ago
767b8ec
Adds vstm, vldm to ARM simulator, assembler, disassembler
by zra@google.com
ยท 13 years ago
d91bca2
Add List.asMap().
by floitsch@google.com
ยท 13 years ago
8929d6c0
dart:io | Fix a crash when read was called on a closed socket on Windows.
by whesse@google.com
ยท 13 years ago
f4300b8
Make List.from and Iterable.toList default to not growable.
by lrn@google.com
ยท 13 years ago
e1e7051
In LoadOptimizer::EmitPhis check for environment uses of phis.
by vegorov@google.com
ยท 13 years ago
Next »