OLD | NEW |
| 1 2013-09-30: Version 3.22.4 |
| 2 |
| 3 Function::Call and Object::CallAsFunction APIs should allow v8::Value as |
| 4 a receiver (issue 2915). |
| 5 |
| 6 Removed unnecessary mutex (Chromium issue 291236). |
| 7 |
| 8 Removed ArrayBufferView::BaseAddress method. |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
1 2013-09-27: Version 3.22.3 | 13 2013-09-27: Version 3.22.3 |
2 | 14 |
3 Added methods to enable configuration of ResourceConstraints based on | 15 Added methods to enable configuration of ResourceConstraints based on |
4 limits derived at runtime. | 16 limits derived at runtime. |
5 (Chromium issue 292928) | 17 (Chromium issue 292928) |
6 | 18 |
7 Added -optimize-for-size flag to optimize for memory size (will be used | 19 Added -optimize-for-size flag to optimize for memory size (will be used |
8 by pre-aging CL), and removed the is_memory_constrained | 20 by pre-aging CL), and removed the is_memory_constrained |
9 ResourceConstraint. | 21 ResourceConstraint. |
10 (Chromium issue 292928) | 22 (Chromium issue 292928) |
(...skipping 5981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5992 setting break points in them. | 6004 setting break points in them. |
5993 | 6005 |
5994 | 6006 |
5995 2008-07-03: Version 0.1.0 | 6007 2008-07-03: Version 0.1.0 |
5996 | 6008 |
5997 Initial export. | 6009 Initial export. |
5998 | 6010 |
5999 # Local Variables: | 6011 # Local Variables: |
6000 # mode:text | 6012 # mode:text |
6001 # End: | 6013 # End: |
OLD | NEW |