This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RemoteFrame vs StackFrame


Nurdin Premji wrote:
Nurdin Premji wrote:
frysk.rt.RemoteFrame uses the cross-platform enabled libunwind bindings, to enable frysk to use these bindings simply set frysk.rt.StackFactory.remoteUnwind to true.

The RemoteFrame passes all core tests but trying to start the source window causes it to abort.
Fixed the issue with the source window aborting (had to do with aggressive garbage collection). Now the only issue is that RemoteFrame takes about 15 seconds or so to open the source window, while StackFrame takes 3-5.
(On a dell optiplex gx 280 = 3.4 ghz pentium 4, 1.5 GB ram.)
The switch has been flipped and now all code should (transparently) be switched over to RemoteFrame.

Fixed the slowdown, RemoteFrame.getOuter was not checking the cached outer frame before trying to unwind.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]