OLD | NEW |
---|---|
1 2012-10-15: Version 3.14.4 | |
2 | |
3 Allow evals for debugger even if they are prohibited in the debugee | |
4 context. (Chromium issue 154733) | |
5 | |
6 Ensure code flushing is disabled in incremental marking. (issue 1609) | |
Jakob Kummerow
2012/10/15 11:46:12
nit: past tense please.
On a higher level, I don'
| |
7 | |
8 Move code flushing support into shared visitor. (issue 1609) | |
Jakob Kummerow
2012/10/15 11:46:12
Same here. Past tense if you insist on keeping it,
| |
9 | |
10 Enable --verify-heap in release mode (issue 2120) | |
Jakob Kummerow
2012/10/15 11:46:12
nit: past tense please
| |
11 | |
12 Performance and stability improvements on all platforms. | |
13 | |
14 | |
1 2012-10-11: Version 3.14.3 | 15 2012-10-11: Version 3.14.3 |
2 | 16 |
3 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings | 17 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings |
4 (Chromium issue 155076). | 18 (Chromium issue 155076). |
5 | 19 |
6 Bumped variable limit further to 2^17 (Chromium issue 151625). | 20 Bumped variable limit further to 2^17 (Chromium issue 151625). |
7 | 21 |
8 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
9 | 23 |
10 | 24 |
(...skipping 4673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4684 setting break points in them. | 4698 setting break points in them. |
4685 | 4699 |
4686 | 4700 |
4687 2008-07-03: Version 0.1.0 | 4701 2008-07-03: Version 0.1.0 |
4688 | 4702 |
4689 Initial export. | 4703 Initial export. |
4690 | 4704 |
4691 # Local Variables: | 4705 # Local Variables: |
4692 # mode:text | 4706 # mode:text |
4693 # End: | 4707 # End: |
OLD | NEW |