зеркало из https://github.com/mono/mail-archives.git
66 строки
2.2 KiB
HTML
66 строки
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] Magic Trampoline in the JIT
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:dkw%40iseek.net">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016075.html">
|
|
<LINK REL="Next" HREF="016071.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] Magic Trampoline in the JIT
|
|
</H1>
|
|
<B>Derek Woo
|
|
</B>
|
|
<A HREF="mailto:dkw%40iseek.net"
|
|
TITLE="[Mono-list] Magic Trampoline in the JIT">dkw@iseek.net
|
|
</A><BR>
|
|
<I>Wed, 1 Oct 2003 23:55:12 -0400</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016075.html">[Mono-list] I kind of built nant 8.3 on RH9+Mono, but then ...
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016071.html">[Mono-list] Mono 0.28 has been released
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16070">[ date ]</a>
|
|
<a href="thread.html#16070">[ thread ]</a>
|
|
<a href="subject.html#16070">[ subject ]</a>
|
|
<a href="author.html#16070">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Hi,
|
|
|
|
As I understand in the JIT, the trampoline will compile a method, and patch
|
|
the original call site such that future method calls on the same call site
|
|
will point to the compiled method as oppose to the trampoline. I'd like to
|
|
experiment disabling the fixup. Such that the trampoline always get called,
|
|
and that I can dispatch the compiled method or the JIT, based on my own
|
|
control. I wonder if anyone have any idea where I could start and how large
|
|
a scope will this change affect?
|
|
|
|
Derek
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016075.html">[Mono-list] I kind of built nant 8.3 on RH9+Mono, but then ...
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016071.html">[Mono-list] Mono 0.28 has been released
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16070">[ date ]</a>
|
|
<a href="thread.html#16070">[ thread ]</a>
|
|
<a href="subject.html#16070">[ subject ]</a>
|
|
<a href="author.html#16070">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|