OLD | NEW |
---|---|
1 2013-12-18: Version 3.24.4 | |
2 | |
3 Enabled optimization of functions with generic switches. | |
Jakob Kummerow
2013/12/18 16:17:59
summed up nicely by "Performance and stability imp
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
| |
4 | |
5 Removed the last remnants of the TranscendentalCache. | |
Jakob Kummerow
2013/12/18 16:17:59
drop this, nobody cares
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
| |
6 | |
7 Removed internal uses of (almost) deprecated FunctionTemplate::New | |
Jakob Kummerow
2013/12/18 16:17:59
drop this, nobody cares
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
| |
8 version. | |
9 | |
10 Deleted several deprecated methods on v8::CpuProfiler | |
Jakob Kummerow
2013/12/18 16:17:59
drop this, subsumed in "Removed all stuff marked a
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
| |
11 | |
12 Removed all stuff marked as V8_DEPRECATED. | |
13 | |
14 Performance and stability improvements on all platforms. | |
15 | |
16 | |
1 2013-12-17: Version 3.24.3 | 17 2013-12-17: Version 3.24.3 |
2 | 18 |
3 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
4 | 20 |
5 | 21 |
6 2013-12-17: Version 3.24.2 | 22 2013-12-17: Version 3.24.2 |
7 | 23 |
8 Flush instruction cache for deserialized code objects. | 24 Flush instruction cache for deserialized code objects. |
9 | 25 |
10 Performance and stability improvements on all platforms. | 26 Performance and stability improvements on all platforms. |
(...skipping 6383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6394 setting break points in them. | 6410 setting break points in them. |
6395 | 6411 |
6396 | 6412 |
6397 2008-07-03: Version 0.1.0 | 6413 2008-07-03: Version 0.1.0 |
6398 | 6414 |
6399 Initial export. | 6415 Initial export. |
6400 | 6416 |
6401 # Local Variables: | 6417 # Local Variables: |
6402 # mode:text | 6418 # mode:text |
6403 # End: | 6419 # End: |
OLD | NEW |