By tag: Compiler
0
kicks
Dynamically Read, Compile, and Run Source Code From a Text File
Here is a simple tutorial on how to read, compile, and run code that is written in a text file.
0
kicks
Do modern compilers optimize the x * 2 operation to x << 1?
I was wondering wether the C++ compiler inside Visual Studio 2008 was optimizing it the way it would logically be. So I asked the question on Stackoverflow. It was among my first questions and was to see how the community would answer (yeah I'm lazy).
I was promptly answered by Rob Walker. He sho...
0
kicks
Irony - .NET Compiler Construction Kit. - Home
The fantastic DSL empowering engine used by the domain.dot.net team for our DSL work in addition to custom Linq provider dev and fluent interfaces into that via extension methods, etc.
This project is major heavy lifting...
Damon
0
kicks
Building release builds with pdb files
Visual Studio 2005 builds release builds with pdb files by default
Find out why that is a best practice for the release builds
0
kicks
PostSharp - A Post-Compiler for .NET
PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP).
0
kicks
C# Compiler Chat on Monday, May 7
Thought I'd spread the word that we've got a C# language and compiler chat coming up on Monday morning. Stop by the chat to ask questions, give feedback, or just hang out and discuss any C# language or compiler topics you are interested in. See you there!
0
kicks
In depth look at ASP.NET Compilation
This article is an excellent discussion of how compilation and deployment works in ASP.NET 1.1 and 2.0. It explains the Web Deployment Projects and Web Application Projects add-ins that Microsoft has provided and gives a great overview of what's happening behind the scenes in Visual Studio.
0
kicks
Script#
Script# brings the C# development experience (programming and tooling) to the JavaScript/Ajax world.
The Script# compiler is a C# compiler that generates JavaScript as its output instead of IL. A key goal of the compiler to produce readable JavaScript (as if you had authored it by hand), and woul...
0
kicks
Phalanger - the PHP Language Compiler for .NET Framework
Extends the .NET language family with PHP version 5, Enables creation of ASP.NET applications made of existing PHP scripts, Compiles PHP scripts to achieve a significant speed-up of application execution, Provides .NET application developers with all the PHP libraries, Integrates the PHP language in...