DescriptionRemoved the debug message thread.
The debug message thread was introduced to make it possible to have the message handler callback be called from a different thread than the thread running V8 where the debug event occoured, but it never had any practical use, and prevents providing information to the message handler which is only available from the V8 thread.
In the future any thread decoupling will have do be done by the embedder.
This also removes the queue used for outbound messages.
Renamed the class Message to CommandMessage as it is only used for debugger commands from the client. Related message queue classes has also been renamed.
Committed: http://code.google.com/p/v8/source/detail?r=1788
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 2 (0 generated)
|