Mark Marron

Results 9 comments of Mark Marron

Hi and thanks for the detailed report. From my investigation it looks like there are 2 issues. 1. The first issue you report looks like a bug in the TTD...

Hi James, I am sure the perf improvement is non-trivial. The cost of cross-runtime calls is painful is going to be painful on a hot-paths like this. In the short...

@jasnell I spent some time talking with @mike-kaufman about the macro option. I think we are going to give it a try to see how it seems to work out.

When the debugger detaches the TTD loop keeps running (node.cc line 4790). In this loop if there is an unhandled exception the TTD system sets a breakpoint at the line...

There is a conflict with the debugger trapping unhandled exceptions as well as TTD trying to handle them. If the "uncaught exceptions" box is **unchecked** in the _breakpoints_ pane then...

Thanks for outlining these issues so clearly @ofrobots. The first bullet point captures my thoughts on the semantics issue very well and I am in complete agreement with all of...

Unfortunately you are correct. Log++ does not yet provide an API for logging from another native (C/C++) component. The challenge is that we buffer log messages on the managed side...

Hi, yes that is correct. The standard binding mechanism results in a fair bit of cost for JS->C++ transition and is higher than I was happy with. There is a...

Definitely interested in this proposal and how Bosque can continue to contribute.