StackOverflow Questions for Tag: vm-implementation

Mladen Adamovic
Mladen Adamovic

Reputation: 3211

Branch prediction: Does avoiding "else" branch for simple operations makes code faster (Java example)?

Score: 6

Views: 2153

Answers: 6

Read More
Mohit Agarwal
Mohit Agarwal

Reputation: 145

Why there is no virtual machine for other languages unlike Java?

Score: -1

Views: 263

Answers: 3

Read More
this. __curious_geek
this. __curious_geek

Reputation: 43217

Is the CLR a virtual machine?

Score: 69

Views: 36657

Answers: 7

Read More
Thomas Ahle
Thomas Ahle

Reputation: 31624

Overwriting vs. Lookup

Score: 2

Views: 95

Answers: 3

Read More
soc
soc

Reputation: 28443

How to find out what optimizations the JVM applied to my code?

Score: 10

Views: 642

Answers: 4

Read More
Camel
Camel

Reputation: 59

A more high-level explanation of Forth

Score: 6

Views: 1747

Answers: 2

Read More
travega
travega

Reputation: 8415

Ceylon compiler and VM

Score: 1

Views: 246

Answers: 2

Read More
Marc Andreson
Marc Andreson

Reputation: 3495

Is .NET VM a compiler or an interpreter?

Score: 7

Views: 5858

Answers: 2

Read More
jakogut
jakogut

Reputation: 4589

How to write self-modifying code in x86 assembly

Score: 63

Views: 27827

Answers: 9

Read More
Zac Brown MSFT
Zac Brown MSFT

Reputation: 415

Whats the best way to learn about VM implementation besides actually hacking code?

Score: 8

Views: 1725

Answers: 3

Read More
Jason Baker
Jason Baker

Reputation: 198777

registers vs stacks

Score: 88

Views: 39248

Answers: 7

Read More
Alexander
Alexander

Reputation: 63369

MRI: Why are some methods implemented as aliases, but others duplicated?

Score: 4

Views: 192

Answers: 1

Read More
zenchess
zenchess

Reputation: 421

Using a virtual machine inside of a game?

Score: 6

Views: 687

Answers: 1

Read More
metro-man
metro-man

Reputation: 1803

How do compilers store hundreds of variables in only a few registers?

Score: 2

Views: 569

Answers: 3

Read More
devoured elysium
devoured elysium

Reputation: 105207

Why does Concurrent-Mark-Sweep (CMS) remark phase need to re-examine the thread-stacks instead of just looking at the mutator's write-queues?

Score: 1

Views: 589

Answers: 1

Read More
Fernando Aires Castello
Fernando Aires Castello

Reputation: 1243

What is the minimum instruction set required for any Assembly language to be considered useful?

Score: 26

Views: 24033

Answers: 9

Read More
aioobe
aioobe

Reputation: 421180

Why is the JVM stack-based and the Dalvik VM register-based?

Score: 112

Views: 25949

Answers: 3

Read More
Aardappel
Aardappel

Reputation: 6074

What is the most reliable / portable way to allocate memory at low addresses on 64-bit systems?

Score: 10

Views: 2554

Answers: 1

Read More
Bnteo Costa
Bnteo Costa

Reputation: 9

expected dimension but got

Score: 0

Views: 122

Answers: 1

Read More
melkyades
melkyades

Reputation: 1786

What are the different techniques to make megamorphic call sites more efficient

Score: 8

Views: 901

Answers: 3

Read More
PreviousPage 1Next