ziadelmalki

Stories submitted by ziadelmalki

Solving LCA by reducing to RMQ in C#(www.codeproject.com)

submitted by ziadelmalkiziadelmalki(130) 1 year, 4 months ago

Finds the least common ancestor in a tree read more...

add a comment |category: |Views: 7

tags: another

CLR Injection: Runtime Method Replacer(codeproject.com)

submitted by ziadelmalkiziadelmalki(130) 2 years, 11 months ago

how the JIT compiles MSIL and create a utility that allow us to programmatically replace any JIT’ed method with another method at runtime. We will also create a debugging utility that will intercept JIT calls and print diagnostics information to the console. read more...

add a comment |category: |Views: 446

tags: another

MSIL Injection: Rewrite a non dynamic method at runtime(blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 1 month ago

Shows how to rewrite an existing method's IL at runtime read more...

add a comment |category: |Views: 179

tags: another

Cuda and Stream Programming - The next big thing? (blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 4 months ago

talks about CUDA and stream programming read more...

add a comment |category: |Views: 20

tags: another

Create dynamic WCF Clients without any configuration/service reference(dzone.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 5 months ago

Create a wcf client without any configuration or service references/ide generated code read more...

add a comment |category: |Views: 331

tags: another

Performance creating objects using generic new contraint(blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 5 months ago

Looks at performance creating objects using generic new contraint read more...

add a comment |category: |Views: 24

tags: another

C# Reflection : Fast Object Creation(blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 5 months ago

Fastest way to create a late latebound object in C# read more...

add a comment |category: |Views: 302

tags: another

Why is the nop instruction in my debug build(blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 5 months ago

Talks about why the nop instruction is used read more...

add a comment |category: |Views: 11

tags: another

C# Msil Parser Quick Update(blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 5 months ago

Quick update to msil parser in c# read more...

add a comment |category: |Views: 57

tags: another

C# Msil Parser(blogs.msdn.com)

submitted by ziadelmalkiziadelmalki(130) 3 years, 5 months ago

Parse msil in around 100 lines of code read more...

add a comment |category: |Views: 308

tags: another