Bug 126139 - CStack: Fixed some JSStack on C Stack boundary computations.
Summary: CStack: Fixed some JSStack on C Stack boundary computations.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 125928
  Show dependency treegraph
 
Reported: 2013-12-22 14:12 PST by Mark Lam
Modified: 2013-12-29 08:41 PST (History)
5 users (show)

See Also:


Attachments
the patch. (4.88 KB, patch)
2013-12-22 14:15 PST, Mark Lam
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-12-22 14:12:45 PST
Basically committedByteCount() and containsAddress() needs to be fixed.
Comment 1 Mark Lam 2013-12-22 14:15:15 PST
Created attachment 219886 [details]
the patch.
Comment 2 Mark Lam 2013-12-22 14:24:31 PST
Landed in r160981 on the jsCStack branch: <http://trac.webkit.org/r160981>.
Comment 3 Mark Lam 2013-12-29 08:41:15 PST
Thanks for the review.  Updated review status in r161119: <http://trac.webkit.org/r161119>.