Re: [Mono-dev] Question about adding opcodes

2014-06-02 Thread Alex Rønne Petersen
`, the mini-{x86,arm,...}.h arch header for your platform, etc. Steven Bluen On Sun, 6/1/14, Alex Rønne Petersen a...@alexrp.com wrote: Subject: Re: [Mono-dev] Question about adding opcodes To: Steven Bluen sbluen...@yahoo.com Cc: mono-devel-list

[Mono-dev] Question about adding opcodes

2014-06-01 Thread Steven Bluen
Hello, I am trying to add an opcode to Mono's JIT compiler and its interpreter to allow Mono to compile and run applications so that I can make a frequently used operation in a C# program run faster. To keep things simple and avoid the need for parsing, this opcode is invoked through dynamic

Re: [Mono-dev] Question about adding opcodes

2014-06-01 Thread Alex Rønne Petersen
Hi, On Sun, Jun 1, 2014 at 2:58 PM, Steven Bluen sbluen...@yahoo.com wrote: Hello, I am trying to add an opcode to Mono's JIT compiler and its interpreter to allow Mono to compile and run applications so that I can make a frequently used operation in a C# program run faster. To keep things

Re: [Mono-dev] Question about adding opcodes

2014-06-01 Thread Steven Bluen
On Sun, 6/1/14, Alex Rønne Petersen a...@alexrp.com wrote: Subject: Re: [Mono-dev] Question about adding opcodes To: Steven Bluen sbluen...@yahoo.com Cc: mono-devel-list@lists.ximian.com Date: Sunday, June 1, 2014, 6:16 AM Hi, On Sun, Jun 1