Mohamed Shafi <shafi...@gmail.com> writes: > Does GCC support architectures that has Variable Length Execution Set (VLES)? > Are there any developments happening in this direction?
gcc supports many instruction sets whose instructions are not all the same size, including x86. In particular, gcc supports ia64, which uses bundling. If you mean something else, I think you need to give more details. Ian