mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
820 B
27 lines
820 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: compiler step limit (like regexp step limit)
|
|
desc: |-
|
|
A simple step limit, perhaps tied to parsed token count, would protect
|
|
against insanely deep nested functions and any bugs where the compiler
|
|
would get stuck.
|
|
type: :task
|
|
component: duk
|
|
release: v0.9
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
creation_time: 2014-01-18 15:16:23.413692 Z
|
|
references: []
|
|
|
|
id: e693cb2c81824d143850581b41be88859d08784c
|
|
log_events:
|
|
- - 2014-01-18 15:16:23.866637 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2014-01-19 17:44:28.869243 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- closed with disposition fixed
|
|
- |-
|
|
Made it a lexer token limit, also affects regexps and catches all compiler loops
|
|
(except those where no tokens are processed).
|
|
|