Skip to content

History / Optimization killers

Revisions

  • Updated Optimization killers (markdown)

    @benjamingr benjamingr committed May 31, 2018
  • Updated Optimization killers (markdown)

    @flyyang flyyang committed Jun 15, 2017
  • add clarification about version of V8 for `try/catch/finally`

    @AndreiShostik AndreiShostik committed May 26, 2017
  • add clarification about version of V8 for `try/catch/finally`

    @AndreiShostik AndreiShostik committed May 26, 2017
  • fix missing space at 5.1

    @phra phra committed May 12, 2017
  • just markdown formatting

    @LoganArnett LoganArnett committed May 3, 2017
  • Generators are now optimized by Turbofan

    @gsathya gsathya committed May 3, 2017
  • unify javascript Javascript to JavaScript

    @flyyang flyyang committed Mar 12, 2017
  • Updated Optimization killers (markdown)

    @th507 th507 committed Feb 7, 2017
  • Updated Optimization killers (markdown)

    @th507 th507 committed Feb 7, 2017
  • Updated Optimization killers (markdown)

    @th507 th507 committed Feb 7, 2017
  • Note compound let/const now optimized in V8 5.6

    @STRML STRML committed Jan 11, 2017
  • Note compound let/const now optimized in V8 5.6

    @STRML STRML committed Jan 11, 2017
  • Add missing topic to TOC and change markdown syntax in TOC to be more flexible

    @nicksp nicksp committed Sep 18, 2016
  • Add link to a page explaining what "compound let assignment" means.

    @vickychijwani vickychijwani committed Sep 6, 2016
  • Updated Optimization killers (markdown)

    @jacktuck jacktuck committed Aug 5, 2016
  • Turbo fan will optimize the eval statement.

    @jacktuck jacktuck committed Aug 5, 2016
  • Replace `with(){}` with `eval('')` in `exampleFunction`, as `with` is now optimized by TurboFan.

    @ChALkeR ChALkeR committed Jun 20, 2016
  • Rename `containsWith` to `exampleFunction`, preparing for actual change

    @ChALkeR ChALkeR committed Jun 20, 2016
  • less verbose example for non-leaking arguments

    @mrbar42 mrbar42 committed Apr 17, 2016
  • Updated Optimization killers (markdown)

    @sushi90 sushi90 committed Jan 29, 2016
  • Updated Optimization killers (markdown)

    @Artoria2e5 Artoria2e5 committed Jan 24, 2016
  • Update 4. Switch-case

    @vhf vhf committed Jan 14, 2016
  • detect TurboFan optimization

    @jey jey committed Dec 8, 2015
  • Grammar: refactoring -> refactor

    @jpaugh jpaugh committed Dec 4, 2015
  • Fix grammar and formatting

    @Hypercubed Hypercubed committed Oct 24, 2015
  • hidden classes are not safe when using `#apply`

    @Hypercubed Hypercubed committed Oct 24, 2015
  • revert changes

    @erykpiast erykpiast committed Sep 18, 2015
  • just ask a question

    @erykpiast erykpiast committed Sep 18, 2015
  • Reassigning a defined parameter while also mentioning `arguments` is safe in strict mode.

    @ChALkeR ChALkeR committed Jun 11, 2015