DotGNU Portable.NET - Patches: patch #4973, Implement...
You are not allowed to post comments on this tracker with your current authentication level.
patch #4973: Implement jit_insn_thrown_exception with support of the in-built exceptions
Submitter: | Kirill Kononenko <krokas> | ||
Submitted: | Mon 13 Mar 2006 09:53:46 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2006-04-10 | None | Attached File | - | ![]() |
Added jit-insn.c, #9756 |
Implement jit_insn_thrown_exception. In this implementation jit_insn_thrown_exception and jit_insn_throw are compatible with exceptions thrown by an exception handler. This assumes that instead of the JIT support, it is up to libJIT to handle the conversion between the exceptions thrown with jit_insn_throw and the in-built exceptions(arithmetics /0 etc).
The code for of the func->builer->thrown_exception is still there as it may be needed for future changes.