forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-ac7d14b8a47f54914bee2c26739ccda0b0ef32e5.yaml
52 lines (49 loc) · 1.43 KB
/
issue-ac7d14b8a47f54914bee2c26739ccda0b0ef32e5.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
--- !ditz.rubyforge.org,2008-03-06/issue
title: check why duk.300 fails to complete a testcase run (two cases hang)
desc: ""
type: :task
component: duk
release: v0.9
reporter: sva <[email protected]>
status: :closed
disposition: :fixed
creation_time: 2013-10-24 00:28:37.142772 Z
references: []
id: ac7d14b8a47f54914bee2c26739ccda0b0ef32e5
log_events:
- - 2013-10-24 00:28:37.286777 Z
- sva <[email protected]>
- created
- ""
- - 2013-10-24 00:32:07.808836 Z
- sva <[email protected]>
- commented
- |-
One of the hanging cases is:
test-builtin-global-uri-bruteforce.js
- - 2013-10-28 23:23:31.393441 Z
- sva <[email protected]>
- commented
- |-
The other hanging case is:
test-numconv-tostring-fastpath.js
- - 2013-10-28 23:26:52.330534 Z
- sva <[email protected]>
- commented
- |-
When manually running profile 300 vs. profile 400, it's apparent that
profile 300 gets slower and slower. Since profile 300 has no refcounting,
could this be a garbage collection issue? Perhaps mark-and-sweeps are
happening too often?
- - 2013-10-28 23:27:07.647729 Z
- sva <[email protected]>
- assigned to release v0.8 from v0.7
- ""
- - 2013-11-26 22:06:08.256850 Z
- sva <[email protected]>
- assigned to release v0.9 from v0.8
- ""
- - 2013-12-08 13:27:48.367589 Z
- sva <[email protected]>
- closed with disposition fixed
- Fixed by mark-and-sweep stringtable leak fix.