At the moment, some platform-specific code is generated from source files in config/gen/platform. This is unnecessary because all these files can be compiled directly.

In branch nwellnhof/platform_src, I moved all that code to a new directory src/platform, cleaned it up a little, and adjusted the configure and build process. See

https://github.com/parrot/parrot/commit/59fec7a832

In a next step, I'd like to move all platform dependent code like the code src/io or in the OS dynpmc to src/platform and remove all platform #ifdefs from the rest of the Parrot source.

Obviously, I had to touch a lot of platform-specific code, so I could need testers on not so common platforms.

Nick
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to