Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.4.1
/
runtime
tag
bc667b4ba32fdd41c4def88480521f60c73ee724
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
ba36383f0d4b3829e41fd1db31af3163ca8ca3db
0.2.4.1
927aa56
Include command in ProcessException.
by ager@google.com
· 13 years ago
01a3127
Make creation of list literal more resilient to changes in the underlying
by regis@google.com
· 13 years ago
f9ab2fd
Disallow const native factories
by hausner@google.com
· 13 years ago
e1adedb
Revert OneByteString back to ISO Latin-1 instead of ASCII
by asiva@google.com
· 13 years ago
271a1f9
- Add functionality to morph a string into an external string
by asiva@google.com
· 13 years ago
d0fe936
Fixed missing O_CLOEXEC in Mac OS
by kustermann@google.com
· 13 years ago
fb093fd
Added O_CLOEXEC to the flags parameter of open() calls
by kustermann@google.com
· 13 years ago
0b89690
Remove overhead of socket testing flags by storing the value in a static.
by ager@google.com
· 13 years ago
6d1cda3
Added FD_CLOEXEC flag to client/server socket file descriptors
by kustermann@google.com
· 13 years ago
7d83493
Don't copy Int8Arrays when passing them in as lists of bytes and don't
by ager@google.com
· 13 years ago
a5917a5
- Make sure to add predefined symbols into the current symbol table after growth.
by iposva@google.com
· 13 years ago
a64fd27
Address comments to r14887
by sgjesse@google.com
· 13 years ago
67e8d8e
Fix build failure on linux.
by asiva@google.com
· 13 years ago
99ff4ce
Address Florian's comments: use restricted lazy deoptimization, fix typo.
by srdjan@google.com
· 13 years ago
7eb3efc
Fix native argument handling
by hausner@google.com
· 13 years ago
bb1039f
Do not try to write ContextScope into a snapshot.
by asiva@google.com
· 13 years ago
b477e4d
Fail new space promotions only when old space is truly exhausted.
by cshapiro@google.com
· 13 years ago
fc4f5c0
Upon script loading deoptimize only functions whose owener has been subclassed, as that is the only CHA optimizations being applied to the code at the moment.
by srdjan@google.com
· 13 years ago
4027860
Throw illegal argument exception when
by asiva@google.com
· 13 years ago
868f994
Remove unused files. Review URL: https://codereview.chromium.org//11365262
by srdjan@google.com
· 13 years ago
8af5f5e
Fix result type checking of redirecting factory in checked mode (issue 6596).
by regis@google.com
· 13 years ago
1d760bc
Never compile a redirecting factory (issue 6697).
by regis@google.com
· 13 years ago
105c7f1
Add some makefiles generated by gyp for newly added targets to .gitignore.
by whesse@google.com
· 13 years ago
3e2f323
Dynamic -> dynamic.
by floitsch@google.com
· 13 years ago
9dfdb48
Add a TlsSocket class to dart:io, that implements secure client sockets using TLS (SSL).
by whesse@google.com
· 13 years ago
cde0bb0
Add support for non ASCII strings when communicating with native ports
by sgjesse@google.com
· 13 years ago
02a8df0
Remove private class helping the parser to construct literal lists and maps.
by regis@google.com
· 13 years ago
59a1f74
Enable inlining of functions containing instance-of.
by fschneider@google.com
· 13 years ago
439110b
Move lazy deoptimization of all optimized code from top level parsing to end of class finalization (after installing new classes, and --use_cha, we need to invalidate some optimzied code)
by srdjan@google.com
· 13 years ago
b38ad8f
Count per check hits in ICData.
by vegorov@google.com
· 13 years ago
ebc3402
Create symbols for string constants.
by regis@google.com
· 13 years ago
569322c
Improve SHR by using range information for the shift count.
by fschneider@google.com
· 13 years ago
7614e95
Check result type of redirecting factory in checked mode.
by regis@google.com
· 13 years ago
7375693
In optimized code use IC calls for instance calls that have no IC data instead of deoptimizing. The optimized IC call increments usage counter and reoptimizes optimized function if the threshold is met.
by srdjan@google.com
· 13 years ago
28b4314
Update dart:io to convert strings between UTF8 and current code page
by ager@google.com
· 13 years ago
b7b3bb5
Make ReceivePort an abstract class.
by ajohnsen@google.com
· 13 years ago
87eec0e
Revert "Exception no longer an interface."
by lrn@google.com
· 13 years ago
def3ee6
Exception no longer an interface.
by lrn@google.com
· 13 years ago
92045c8
Change gyp flag from in_dartium to dart_io_support.
by whesse@google.com
· 13 years ago
25d2147
Change the VM-specific crypto interfaces to asbstract classes.
by ajohnsen@google.com
· 13 years ago
970cc5b
Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl.
by ajohnsen@google.com
· 13 years ago
ab69873
Make RegExp constructor non-const.
by ajohnsen@google.com
· 13 years ago
ec9fee9
"Reverting 14829-14832"
by ajohnsen@google.com
· 13 years ago
8dc3edd
Make RegExp's constructor non-const.
by ajohnsen@google.com
· 13 years ago
4ca0c72
Enforce proper library/import syntax
by hausner@google.com
· 13 years ago
f46860b
Eradicate CallSiteInliner::next_ssa_temp_index_.
by vegorov@google.com
· 13 years ago
1fad631
Do not add InstantiatedTypeArgument entries into cache as they cannot be canonicalized. Limit the maximum subtype cache size, so that it does not become brobdingnagian and thus slows the GC.
by srdjan@google.com
· 13 years ago
4a0f4b0
Fix debugger test Review URL: https://codereview.chromium.org//11369203
by hausner@google.com
· 13 years ago
c9c79e6
- Fix x64 build. Review URL: https://codereview.chromium.org//11362214
by iposva@google.com
· 13 years ago
0c6ff65
- Do not mix scalar values and object fields in RawInstance to
by iposva@google.com
· 13 years ago
959f9ab
More function literal changes in tests.
by hausner@google.com
· 13 years ago
8aa175b
Restrict immediate operands to smi where only smis are supported.
by fschneider@google.com
· 13 years ago
b2cbdba
Remove named function literals from library and tests
by hausner@google.com
· 13 years ago
2e21fbd
Fix for issue 6623 - Canonicalize implicit static closure objects.
by asiva@google.com
· 13 years ago
8e6f238
a === b -> identical(a, b)
by floitsch@google.com
· 13 years ago
1555c1d
Convert String to a class.
by lrn@google.com
· 13 years ago
40276f8
Fix result type checking of factory constructors of generic classes in VM.
by regis@google.com
· 13 years ago
dc8115e
Remove unused/not working function tracing flag and functionality.
by srdjan@google.com
· 13 years ago
a42474b
Reland: Improve smi shift operations and avoid repeated deoptimizations.
by fschneider@google.com
· 13 years ago
53a7565
Fix Code::ToCString.
by kmillikin@google.com
· 13 years ago
d131fa7
Disable NSS build targets in a Dartium build.
by whesse@google.com
· 13 years ago
35e84d8
Change names of all NSS gyp targets, so they don't conflict with the Chromium target names.
by whesse@google.com
· 13 years ago
4cf65ab
Add gyp files to build NSS in Dart
by whesse@google.com
· 13 years ago
2fdbeb2
Make sure that ParsedFunction holds onto zone handles.
by srdjan@google.com
· 13 years ago
be175c7
Implement const expressions for local variables
by hausner@google.com
· 13 years ago
a830c7c
Revert r14711 and r14709 because of test failures.
by fschneider@google.com
· 13 years ago
c93feb7
Fix broken VM build.
by fschneider@google.com
· 13 years ago
0f25108
Improve smi shift operations and avoid repeated deoptimizations.
by fschneider@google.com
· 13 years ago
78c5832
Use structural loop info computed by register allocator to mark loop phis.
by vegorov@google.com
· 13 years ago
96016f9
Fix library syntax Review URL: https://codereview.chromium.org//11368124
by gram@google.com
· 13 years ago
d372a81
Pass closure object as first implicit argument to closure functions.
by regis@google.com
· 13 years ago
48aed26
Fix bug 6586:
by iposva@google.com
· 13 years ago
677bbd7
"Reverting 14684" - Building NSS libraries. It is causing local compilation failures.
by whesse@google.com
· 13 years ago
6845644
Add gyp files to build NSS in Dart
by whesse@google.com
· 13 years ago
28cfcec
Move Platform class to dartlib_io target.
by whesse@google.com
· 13 years ago
ad4681a
When building standalone Dart executable, put implementation of dart:io natives in a separate library.
by whesse@google.com
· 13 years ago
7c8923b
Try allocating loop phi into a register even if phi has only unconstrained uses but there are cheap eviction candidates: values that come into the loop and have only unconstrained uses in it.
by vegorov@google.com
· 13 years ago
160c56e
Add flag --remove-redundant-phis, default to false until incorrect code generation is fixed. This CL makes all test pass with --optimization-counter-threshold=5 .
by srdjan@google.com
· 13 years ago
61caff8
Change dart_no_snapshot to run native extensions.
by whesse@google.com
· 13 years ago
80a4b76
Fixed disabling inlining of static calls that were not executed.
by srdjan@google.com
· 13 years ago
9cb8c71
Fix bug 4534:
by iposva@google.com
· 13 years ago
9a4e7b0
Do not inline static calls that have not been executed in unoptimized code: the inlined function does not have type feedback that takes that call's arguments into account. As a side effect, it fixes a crash in smi-equality.
by srdjan@google.com
· 13 years ago
323c735
Make sure setter does not conflict with method
by hausner@google.com
· 13 years ago
657358e
Avoid duplicate null checks when calling SetRaw from InitializeHandle
by asiva@google.com
· 13 years ago
ab2cf23
Fix length computation in Dart_StringToUTF8.
by asiva@google.com
· 13 years ago
99c505e
Fix various inheritance bugs
by hausner@google.com
· 13 years ago
f4fc4f8
Fix some warnings generated when -Wconversion-null is used.
by asiva@google.com
· 13 years ago
c1d07c4
Added a unit test case for issue 6448
by asiva@google.com
· 13 years ago
48a8be1
Fix compiler warning. Review URL: https://codereview.chromium.org//11364084
by asiva@google.com
· 13 years ago
b509fa6
Made string sub-classes friends of Object, to give them access to Object::Allocate when compiling with clang.
by tball@google.com
· 13 years ago
209499c
Merged String subclasses into String.
by tball@google.com
· 13 years ago
2148b51
Do not copy type parameter bound from declaration to reference, since we are
by regis@google.com
· 13 years ago
32c54b3
Remove special meaning when usage counter reaches the threshold.
by srdjan@google.com
· 13 years ago
c884187
Revert commit 14524, which builds NSS and NSPR libraries, for secure networking.
by whesse@google.com
· 13 years ago
fcd4c3d
This change depends on changelist 11341038, which checks out third_party/nss and related libraries from the Chromium repository into third_party in the Dart repository, and on changelist 11343039, which adds platform-specific files for linux to the Chromium repository.
by whesse@google.com
· 13 years ago
95c7971
Make library, import, export, part pseudo-keywords
by hausner@google.com
· 13 years ago
a397650
For megamorphic calls (IC calls in optimized code), use a stub without attempting to count usage of function.
by srdjan@google.com
· 13 years ago
078bc44a
Various little cleanups to avoid excessive allocation of handles.
by srdjan@google.com
· 13 years ago
cc155a8
Add missing path_separator arguments after sdk paths became deeper.
by dgrove@google.com
· 13 years ago
5b6e1a3
Fix a few more dregs from sdk move
by dgrove@google.com
· 13 years ago
Next »