Click here to Skip to main content
15,903,012 members
Everything / Compilation

Compilation

compilation

Great Reads

by Huisheng Chen
Using reflection to dynamically verify if an assembly is in debug or release compilation
by honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
by Vladimir Ivanovskiy
This article shows how to compile and run F# code during runtime.
by Miguel Diaz Kusztrich
Object creation driven by source code in any language you have designed

Latest Articles

by honey the codewitch
Adventures in Reflection.Emit! Here I present a regular expression engine with a Compile() feature.
by Tiago Cavalcante Trindade
How to use WSL, GUI on WSL and how to compile for Linux on Windows
by Peter Belcak
A short review of the literature on the subject of multi-machine parsing
by honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine

All Articles

Sort by Title

Compilation 

12 Dec 2016 by Sundeep Kamath
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.
18 Dec 2016 by Sundeep Kamath
How to check platform affinity for a managed .NET process executable (PE)
26 May 2017 by matt warren
Lowering in the C# compiler (and what happens when you misuse it)