[Webkit-unassigned] [Bug 79191] [JSC] The end atom of the marked block should be considered to decide if the cell is live

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 01:04:41 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79191





--- Comment #8 from hojong.han at samsung.com  2012-02-28 01:04:40 PST ---
I've tried to find the steps to reproduce the same problem,
but it's very difficult to artificially manipulate GC and memory allocation related to the system.

Concurrently I've been analyzing the crash already occurred.
It tells me that there were many abandoned addresses in the register file.

Do you have ideas about the possibility that unnecessary addresses or values remain in the register file?

The register file grows while processing in JIT code without shrink.
I cannot find any shrink in JIT code as I've looked into it.
If it just grows, there would be many unnecessary things after one of the callframes is done in JIT code.
At last those would affect GC works.

Any comment, advice, and feedback welcomed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list