DCSIMG
JIT - Rotem Bloom's Blog

Rotem Bloom's Blog

Share knowledge on .NET and web development

News

About Me

Glad to help and share knowledge on .NET and also huge fan of Dream Theater.

Contact me via messenger

View Rotem Bloom's profile on LinkedIn

Dream Theater Pics

Blogs I Read

Browse by Tags

All Tags » JIT (RSS)
How to Modifies code generation for just-in-time (JIT) using code
Hi all, Did you know that you can control JIT code generation using code? Well you can. You can use the .NET DebuggableAttribute . The DebuggableAttribute controls how the runtime treats code within the module. The runtime might track extra information about generated code, and it might disable certain optimizations based on the values contained within this attribute. How to use: On your AssembllyInfo.cs file you can add the code: [ assembly : System.Diagnostics. Debuggable ( false , false )] First...
Posted: Dec 23 2008, 08:52 AM by Rotem Bloom | with 1 comment(s)
תגים:, ,