There is some platform-specific code in src/gc/system.c too. If you
can include that garbage in your refactor now, You'll have a strong +1
from me.

--Andrew Whitworth



On Sun, Jan 9, 2011 at 5:57 PM, Nick Wellnhofer <[email protected]> wrote:
> 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
>
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to