Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
May 2010
- 103 participants
- 1644 messages
Re: [Pharo-project] #and:and:and: deprecated on 1.1, why?
by Laval Jannik
Ohhh, my mistake,
I will change it as deprecated.
Thank you for the report.
On May 25, 2010, at 23:51 , nullPointer wrote:
>
> that methods is marked like "deprecated": 'Use self deprecated: 'Use and:
> instead'. '
>
> But curiosly the method #and:and:and:and: appears normal, without
> deprecation. That behavior is correct?
>
> Thanks
> --
> View this message in context: http://forum.world.st/and-and-and-deprecated-on-1-1-why-tp2230786p2230786.h…
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
---
Jannik Laval
May 26, 2010
[Pharo-project] =nil to isNil rewrite part 1 in inbox
by Gabriel Cotelli
SLICE-RewriteEqualsNilToIsNil-GabrielOmarCotelli.2
Rewrite = nil to isNil in Pharo Core code.
May 26, 2010
Re: [Pharo-project] VMMakerTool menu registration also for Pharo 1.1.
by David T. Lewis
On Tue, May 25, 2010 at 07:15:25PM +0200, Torsten Bergmann wrote:
> Hi,
>
> since world menu registration has changed from Pharo 1.0
> to 1.1 (Pharo now uses Pragmas) loading the VMMakerTool
> throws a deprecated warning during world menu registration
> in class side #initialize.
>
> Attached is a changeset with a fix so that world menu registration
> should work in Squeak 4.1., Pharo 1.0 and Pharo 1.1.
Thanks, this is in SqS/VMMaker-dtl.176
Dave
May 26, 2010
[Pharo-project] [ANN] Camp Smalltalk London
by Julian Fitzell
The UK Smalltalk User Group would like to invite everyone to attend
Camp Smalltalk London this July 16-18.
The Pharo team will be holding one of their regular coding sprints
and, in true Camp Smalltalk spirit, other Smalltalkers will be
gathering together to do some productive work on their projects.
In addition, we want to welcome those who just want to learn more
about Smalltalk, so we'll be holding an introductory tutorial on the
first morning. We'll have you writing Smalltalk by lunch! If there's
interest, we'll follow up with a Seaside tutorial the next day.
So whatever your level of experience, this is a great chance to meet
other developers, network, discuss ideas, write code, and have some
fun.
The main event will be hosted by Pinesoft at their spectacular London
offices and Cincom will be treating us to dinner on Saturday at a
unique London restaurant. We are still finalizing some of the details
but we wanted to announce the dates as soon as possible so you could
begin your planning.
Thanks to our sponsors, the event is completely free. All we ask is
that you sign up at cslondon2010.eventbrite.com so that we can plan
everything for the right number of people. The current schedule and
other logistical details are available on that site and we will send
out updates as we finalize the remaining items.
If you have any questions, just send an email to jfitzell(a)cincom.com.
We hope to see you there on July 16 - 18!
May 25, 2010
Re: [Pharo-project] ConnectionQueue defect in 1.0
by Schwab,Wilhelm K
Stef,
#2476 is a first attempt at a report. At least it captures the defect and the change set, such as it is. I did not discover the tests' dependence on my stream changes until I tried it in 1.1 beta, and then I remembered that the changes are important to it; among them is #nextMany:, which is intended to not truncate and to raise an error on exhaustion. Perhaps someone can think of a way to rewrite the test so that it will work with the methods in the image??
My ideas on streams are documented on the wiki; there are two overlapping entries, one of which contains some interesting thoughts by Nicolas, and the other some more detail on my alternate selector idea.
Bill
-----Original Message-----
From: pharo-project-bounces(a)lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Stéphane Ducasse
Sent: Tuesday, May 25, 2010 4:04 PM
To: Pharo-project(a)lists.gforge.inria.fr
Subject: Re: [Pharo-project] ConnectionQueue defect in 1.0
bill can you open a new bug entry.
There are too much activities so that we could remember all the information passing around :)
Stef
On May 25, 2010, at 8:58 PM, Schwab,Wilhelm K wrote:
> Hello all,
>
> Please see attached - CAREFULLY :) It turns out that NetworkSmokeTest will fail in your images, for want of #nextMany: and other additions I have made to streams. I will try to get them packaged for release, but if nothing else, please take a careful look at ConnectionQueue, which appears to be broken in 1.x, and hopefully fixed by the attached.
>
> Bill
>
>
>
> ________________________________________
> From: pharo-project-bounces(a)lists.gforge.inria.fr
> [pharo-project-bounces(a)lists.gforge.inria.fr] On Behalf Of
> Schwab,Wilhelm K [bschwab(a)anest.ufl.edu]
> Sent: Monday, May 24, 2010 6:33 PM
> To: Pharo-project(a)lists.gforge.inria.fr
> Subject: [Pharo-project] ConnectionQueue defect in 1.0
>
> Hello all,
>
> Attached is a simple test for networking. It passed in 1.0 RC1 and fails in 1.0 and in 1.1 beta. The problem arises in ConnectionQueue>>listenLoop. #waitForConnectionFor: returns a boolean, not the new socket, and the listen loop looks like it is expecting the socket. Any ideas?
>
> Billx
>
> <SocketWoes.1.cs>_______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
May 25, 2010
Re: [Pharo-project] FFI Documentation
by Schwab,Wilhelm K
Sig,
*nix/mac is **essential** - otherwise, we are not cross-platform. What is involved in writing the interfaces? I fear it is a little out of my league, but you have my attention :)
You mentioned that anything can be done because one can use native code: true enough and a strength, but I don't want to be forced to resort to it, especially for simple things. In fact, therein might lurk a weakness of Alien; IIRC, the author(s) of its documentation declined to boast of its call-out capabilities, leaving me wondering whether one is left to manage the stack rather than having the callout mechanism do it.
I am working on a wrapper for the Gnu Scientific Library. Given the unix code, I could take a shot at transforming my code to use it. If you have callbacks, I would have a big reason to dive into it. As it is, I am working around the need for callbacks, but it will eventually become unavoidable. One thing I am considering for curve fitting is to create a .so with a large number of suitable functions whose addresses can be obtained and given to the library. Ultimately, we need callbacks though.
Bill
-----Original Message-----
From: pharo-project-bounces(a)lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Igor Stasenko
Sent: Tuesday, May 25, 2010 4:51 PM
To: Pharo-project(a)lists.gforge.inria.fr
Subject: Re: [Pharo-project] FFI Documentation
2010/5/25 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>:
> I too am waiting to find something about NB that we should not like.
> No offense to Sig, there has to be _something_ wrong with it, right?
> :)
>
Right. :)
Wrong, is lack of Unix and mac support. It should be written.
Examples is missing too.
> A draft list of stuff we should check:
>
> (1) many examples of calls with int, float/double, pointers, structs, etc.
> (2) mac, Linux, Windows
> (3) callbacks
>
> Bonus:
> (4) calls on separate OS threads so the image can defend itself
> against something that does not return in a "reasonable" time, with
> reasonable being up to either the programmer or the end user (which
> the programmer can hopefully enforce if the image is not locked).
>
> Bill
>
>
>
> ________________________________
> From: pharo-project-bounces(a)lists.gforge.inria.fr
> [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of
> Denis Kudriashov
> Sent: Tuesday, May 25, 2010 1:08 PM
> To: Pharo-project
> Subject: Re: [Pharo-project] FFI Documentation
>
> Hi. Igor
>
> Can you compare NB callout functionality with FFI and Alien functionality.
> Can NB replace FFI, Alien?
>
> What absent in NB callout?
>
> You implement callbacks with NB. FFI not support it.
> For me NB foreign interface seems more attractive than something else.
>
>
> 2010/5/21 Igor Stasenko <siguctua(a)gmail.com>
>>
>> Very nice topic coverage. I hope, eventually NB will also have
>> something like this :)
>>
>> But it having a little different pros/cons table:
>>
>> NB Pros:
>> * as well as for plugin, you can create new
>> functionality that doesn't exist in any library
>> * no need to recompile plugin/VM when you making a
>> changes
>> * all your code is distributed with the Smalltalk code,
>> but there can be complications with platforms
>> * fast - faster than any FFI implementation written in
>> C, and as fast as plugin primitive or even faster
>>
>> Cons:
>> * ?unsafe? - you have to provide a safety layers
>> (But hey, you have to deal with same sorts of stuff,
>> when writing plugin. No magician workers there)
>>
>> * harder to write
>> Yes, its harder than plain smalltalk - true.
>> But i can't say, that writing an assembler is harder than writing a
>> plugin's slang code.
>> If you writing a plugin, you should have an expertise, in VM
>> internals and how to build VM , etc etc and if you writing an native
>> code, you should have an expertise in assembler as well as VM
>> internals.
>>
>> So, they are different, and definitely much harder comparing to plain
>> smalltalk code, but which one is easier is hard to tell.
>>
>> On 20 May 2010 22:25, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>> > thanks sean
>> > this is cool to see such kind of documentation emerging.
>> >
>> > Stef
>> >
>> > On May 20, 2010, at 9:16 PM, Sean P. DeNigris wrote:
>> >
>> >>
>> >> I want to get this info into the help system and/or collaborative
>> >> book, as similar questions pop up regularly on the lists.
>> >>
>> >> I compiled every piece of info I could find. The focus in on FFI,
>> >> with stubs for other strategies. Please read this *very* rough
>> >> outline for missing info and inaccuracies:
>> >>
>> >> FFI
>> >>
>> >> What is FFI and what is it used for? Calling functions in
>> >> libraries outside of the image...
>> >>
>> >> FFI, the Squeak Foreign Function Interface, is used to call
>> >> functions located in shared libraries that are not part of the
>> >> Squeak VM nor its plugins. It also provides means to read and
>> >> write memory structures that are associated with the use of those
>> >> shared libraries. A typical use is to directly invoke operating
>> >> system APIs. As such, applications that use FFI can only be used
>> >> on the platform(s) that support the particular API being used. C
>> >> conventions are used throughout, though the external function
>> >> could have been written by any language capable of generating
>> >> object code that follows C conventions. FFI is probably the
>> >> easiest way to do the things it does. FFI is pretty fast too.
>> >> Croquet uses FFI calls to OpenGL for all it's drawing routines.[1]
>> >>
>> >> How does FFI work?
>> >> Technically what happens is:
>> >> * you define what the interface is - the parameters, types etc.
>> >> * when you make the call, the FFI logic assembles the data from the
>> >> Squeak
>> >> Objects into the proper structures according to the routine calling
>> >> conventions for your architecture, and of course manages the return
>> >> values.
>> >> So no magic but perhaps just a little assembler in the plugin to
>> >> properly
>> >> deal with all the registers and condition flags.
>> >>
>> >> How do I use it?
>> >>
>> >> 1. make a method (whose structure is similar to a named primitive
>> >> method)
>> >>
>> >> Example:
>> >> system: aString "name (by convention is apiXxx: e.g. apiSystem:)"
>> >>
>> >> <apicall: long 'system' (char*) module: 'libSystem.dylib'> "first
>> >> line
>> >> should be the external function specification"
>> >> ^self externalCallFailed.
>> >>
>> >> Let's take it piece by piece:
>> >>
>> >> system: aString
>> >> Method name - by convention named 'apiXxx'
>> >>
>> >> <apicall: long 'system' (char*) module: 'libSystem.dylib'>
>> >> Function specification
>> >> - should be the first line
>> >> - enclosed in angle brackets: < > containing:
>> >> 1. Calling Convention, either apicall:
>> >> (Pascal convention) or cdecl: (C
>> >> convention)
>> >> - Mac - use either one
>> >> - Unix - use cdecl
>> >> - Windows - use apical
>> >> 2. Return Type (see types)
>> >> 3. External Function Name (literal
>> >> string)
>> >> 4. Argument Types (a literal array)
>> >> 5. Module - "module: " + [filename of the
>> >> external library (literal
>> >> string)] (see below).
>> >>
>> >> self externalCallFailed.
>> >> Failure handler
>> >> - normal smalltalk code
>> >> - executed if the linking to or calling the
>> >> external function fails
>> >> - API calls don't know how to communicate failure
>> >> like Squeak primitives
>> >> do, so:
>> >> - it does not tell you whether the
>> >> external function succeeded
>> >> - the most common code is simply '^self
>> >> externalCallFailed.'
>> >>
>> >> Argument Types
>> >> - must be names of ExternalTypes, either:
>> >> - atomic types (see ExternalType
>> >> class>>initializeFFIConstants and
>> >> ExternalType class>>initializeAtomicTypes):
>> >> void
>> >> bool
>> >> byte (unsigned)
>> >> sbyte (signed)
>> >> ushort (16-bit unsigned)
>> >> short (16-bit signed)
>> >> ulong (32-bit unsigned)
>> >> long (32-bit signed)
>> >> ulonglong (64-bit unsigned)
>> >> longlong (64-bit signed)
>> >> char (unsigned)
>> >> schar (signed)
>> >> float (single-precision float)
>> >> double (double-precision float)
>> >>
>> >> Structure Types [4]
>> >> - subclass of ExternalStructure
>> >> - class>>fields that returns an array of field
>> >> descriptions (see below)
>> >> - Example:
>> >> fields
>> >> ^#((red 'byte')(green
>> >> 'byte')(blue 'byte'))
>> >> - class>>initialize which includes "self defineFields"
>> >> (which must be
>> >> called before using the class)
>> >> - refer to as MyExternalStructure* (to indicate that the argument
>> >> or return
>> >> is a pointer to that structure)
>> >>
>> >> Field description [4]
>> >> - 2-element array (or three but that does something else, I'm not
>> >> sure
>> >> what):
>> >> - first element is the field name
>> >> - second is the type
>> >>
>> >> Mac Memory Allocation Issues [4] (not sure about this)
>> >>
>> >> If you allocate external structures, those with memory outside the
>> >> Squeak
>> >> process space, you may need to increase the amount of memory that is
>> >> reserved outside the object heap for such use. The Mac OS (9 and
>> >> previous)
>> >> needs this, other platforms may be able to dynamically get more memory
>> >> from
>> >> the OS. To see how much memory is currently reserved printIt 'Smalltalk
>> >> extraVMMemory'. To change it, execute 'Smalltalk extraVMMemory:
>> >> someNumberofBytes' Then save your image and quit. When you next start
>> >> up,
>> >> the amount of memory you requested will be reserved. (JMM) Note the OSX
>> >> versions of the VM ignore extraVMMemory because the memory model for
>> >> OS-X/unix applications is quite different.
>> >>
>> >> Module Name
>> >> - depends on the platform
>> >> - Mac
>> >> - pre Snow Leopard: flexible, can eliminate leading lib
>> >> or extension e.g.
>> >> 'libc.dylib' becomes 'libc', 'c.dylib', or 'c'
>> >> - Snow Leopard
>> >> - file name must be exact including extension
>> >> (unless Info.plist is
>> >> altered as in 'Library Location' below)
>> >> - With pre-mach-o VMs
>> >> - For Classic applications, use 'InterfaceLib'
>> >> - For Carbon libs, use 'CarbonLib'
>> >>
>> >> Module Location - where the external library file lives
>> >> - depends on the platform
>> >> - Mac
>> >> - pre Snow Leopard
>> >> - checks VM path and common library paths
>> >> - Snow Leopard
>> >> - only looks in VM bundle's Resources
>> >> file, you must either [5]:
>> >> - store all external libraries
>> >> there
>> >> - ln -s path/to/library
>> >> path/to/VM/Resources/library_name
>> >> - Change the VM's Info.plist
>> >> "SqueakPluginsBuiltInOrLocalOnly" key from
>> >> "true" to "false."
>> >> Caveats
>> >> - security
>> >> - malicious users could call arbitrary functions in the
>> >> OS e.g. "format
>> >> c:" from "system.dll" [7]
>> >> - VMs do not protect against buffer overflow from bad
>> >> parameters [8]:
>> >> "this would require an attacker to execute
>> >> arbitrary Smalltalk
>> >> code on your server. Of course if they can do
>> >> that they own you
>> >> anyway, especially if you allow FFi or use the
>> >> OSProcess plugin" - John
>> >> McIntosh
>> >>
>> >> * difficulty
>> >> - if you make a mistake you'll not drop into the debugger but
>> >> Squeak will
>> >> just crash [2]
>> >> - If you crash Squeak when it is running the garbage collector,
>> >> then you
>> >> know your FFI code is leaking bits into object memory [2]
>> >>
>> >> What do I need to use FFI with Squeak?
>> >>
>> >> You need the FFI plugin, which is included with most VM's as of Squeak
>> >> 3.6
>> >> or so.
>> >>
>> >> You can also build the plugin yourself. See VMMaker.
>> >>
>> >> References:
>> >> [1] http://wiki.squeak.org/squeak/1414
>> >> [2] http://wiki.squeak.org/squeak/2424
>> >> [3] http://wiki.squeak.org/squeak/5716
>> >> [4] http://wiki.squeak.org/squeak/2426
>> >> [5]
>> >>
>> >> http://forum.world.st/squeak-dev-Alien-Squeak-FFI-issues-on-Snow-Leopard-td…
>> >> [6] http://wiki.squeak.org/squeak/5846
>> >> [7] http://forum.world.st/FFI-Callbacks-td54056.html#a54073
>> >> [8] http://forum.world.st/Security-td99624.html#a99635:
>> >>
>> >> Other choices:
>> >> In the fall of 2008, Alien the FFI interface (written by Cadence Design
>> >> Systems, Inc.) was put into squeaksource:
>> >> http://www.squeaksource.com/Alien.html. This API allows the primitive
>> >> to
>> >> call back to Smalltalk Code, and return error code information, and
>> >> apparently is much faster due to a less complex call sequence.
>> >> * if you need callbacks
>> >> * mac-only?
>> >>
>> >> Plugins - write external code and dynamically link it to the VM
>> >> Pros:
>> >> * safest - users are limited to using the functionality
>> >> you provide and
>> >> can not call other external functions e.g. system rm /
>> >> * fast - faster than FFI
>> >> * you can create new functionality that doesn't exist in
>> >> any library
>> >> Cons:
>> >> * harder to write
>> >> * plugin must be distributed with the Smalltalk code -
>> >> there can be
>> >> complications with platforms
>> >>
>> >> Primitive method - invokes behavior in the VM or a plugin [3]
>> >>
>> >> Questions:
>> >> * why would you want to build the FFI plugin yourself?
>> >> * api prefix or no for method names?
>> >> * not sure about pre Snow Leopard library search
>> >> * OSProcess - how does this fit into the bigger picture?
>> >> * "^self externalCallFailed." or "self externalCallFailed." i.e. return
>> >> self
>> >> or return the result, or doesn't matter?
>> >> * why would a field description have three elements?
>> >> * Mac Memory Allocation Issues?
>> >> --
>> >> View this message in context:
>> >> http://forum.world.st/FFI-Documentation-tp2225148p2225148.html
>> >> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>> >>
>> >> _______________________________________________
>> >> Pharo-project mailing list
>> >> Pharo-project(a)lists.gforge.inria.fr
>> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > Pharo-project(a)lists.gforge.inria.fr
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
--
Best regards,
Igor Stasenko AKA sig.
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
May 25, 2010
[Pharo-project] old method #withInheritanceTraitCompositionIncludes: , equivalence?
by nullPointer
the method in latest version 1.0 was defined in Behavior class. Seems not
exists a equivalence...
Regards
--
View this message in context: http://forum.world.st/old-method-withInheritanceTraitCompositionIncludes-eq…
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
May 25, 2010
[Pharo-project] #and:and:and: deprecated on 1.1, why?
by nullPointer
that methods is marked like "deprecated": 'Use self deprecated: 'Use and:
instead'. '
But curiosly the method #and:and:and:and: appears normal, without
deprecation. That behavior is correct?
Thanks
--
View this message in context: http://forum.world.st/and-and-and-deprecated-on-1-1-why-tp2230786p2230786.h…
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
May 25, 2010
Re: [Pharo-project] FFI Documentation
by Igor Stasenko
2010/5/25 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>:
> I too am waiting to find something about NB that we should not like. No
> offense to Sig, there has to be _something_ wrong with it, right? :)
>
Right. :)
Wrong, is lack of Unix and mac support. It should be written.
Examples is missing too.
> A draft list of stuff we should check:
>
> (1)Â many examples of calls with int, float/double, pointers, structs, etc.
> (2) mac, Linux, Windows
> (3) callbacks
>
> Bonus:
> (4) calls on separate OS threads so the image can defend itself against
> something that does not return in a "reasonable" time, with reasonable being
> up to either the programmer or the end user (which the programmer can
> hopefully enforce if the image is not locked).
>
> Bill
>
>
>
> ________________________________
> From: pharo-project-bounces(a)lists.gforge.inria.fr
> [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Denis
> Kudriashov
> Sent: Tuesday, May 25, 2010 1:08 PM
> To: Pharo-project
> Subject: Re: [Pharo-project] FFI Documentation
>
> Hi. Igor
>
> Can you compare NB callout functionality with FFI and Alien functionality.
> Can NB replace FFI, Alien?
>
> What absent in NB callout?
>
> You implement callbacks with NB. FFI not support it.
> For me NB foreign interface seems more attractive than something else.
>
>
> 2010/5/21 Igor Stasenko <siguctua(a)gmail.com>
>>
>> Very nice topic coverage. I hope, eventually NB will also have
>> something like this :)
>>
>> But it having a little different pros/cons table:
>>
>> NB Pros:
>> Â Â Â Â Â Â Â * as well as for plugin, you can create new
>> functionality that doesn't exist in any library
>> Â Â Â Â Â Â Â * no need to recompile plugin/VM when you making a changes
>> Â Â Â Â Â Â Â * all your code is distributed with the Smalltalk code,
>> but there can be
>> complications with platforms
>> Â Â Â Â Â Â Â * fast - faster than any FFI implementation written in
>> C, and as fast as plugin primitive or even faster
>>
>> Â Â Â Cons:
>> Â Â Â Â Â Â Â * ?unsafe? - you have to provide a safety layers
>> Â Â Â Â Â Â Â (But hey, you have to deal with same sorts of stuff,
>> when writing plugin. No magician workers there)
>>
>> Â Â Â Â Â Â Â * harder to write
>> Yes, its harder than plain smalltalk - true.
>> But i can't say, that writing an assembler is harder than writing a
>> plugin's slang code.
>> If you writing a plugin, you should have an expertise, in VM internals
>> and how to build VM , etc etc
>> and if you writing an native code, you should have an expertise in
>> assembler as well as VM internals.
>>
>> So, they are different, and definitely much harder comparing to plain
>> smalltalk code,
>> but which one is easier is hard to tell.
>>
>> On 20 May 2010 22:25, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>> > thanks sean
>> > this is cool to see such kind of documentation emerging.
>> >
>> > Stef
>> >
>> > On May 20, 2010, at 9:16 PM, Sean P. DeNigris wrote:
>> >
>> >>
>> >> I want to get this info into the help system and/or collaborative book,
>> >> as
>> >> similar questions pop up regularly on the lists.
>> >>
>> >> I compiled every piece of info I could find. Â The focus in on FFI, with
>> >> stubs for other strategies. Â Please read this *very* rough outline for
>> >> missing info and inaccuracies:
>> >>
>> >> FFI
>> >>
>> >> What is FFI and what is it used for? Â Calling functions in libraries
>> >> outside
>> >> of the image...
>> >>
>> >> FFI, the Squeak Foreign Function Interface, is used to call functions
>> >> located in shared libraries that are not part of the Squeak VM nor its
>> >> plugins. It also provides means to read and write memory structures
>> >> that are
>> >> associated with the use of those shared libraries. A typical use is to
>> >> directly invoke operating system APIs. As such, applications that use
>> >> FFI
>> >> can only be used on the platform(s) that support the particular API
>> >> being
>> >> used. C conventions are used throughout, though the external function
>> >> could
>> >> have been written by any language capable of generating object code
>> >> that
>> >> follows C conventions. Â FFI is probably the easiest way to do the
>> >> things it
>> >> does. FFI is pretty fast too. Croquet uses FFI calls to OpenGL for all
>> >> it's
>> >> drawing routines.[1]
>> >>
>> >> How does FFI work?
>> >> Technically what happens is:
>> >> * you define what the interface is - the parameters, types etc.
>> >> * when you make the call, the FFI logic assembles the data from the
>> >> Squeak
>> >> Objects into the proper structures according to the routine calling
>> >> conventions for your architecture, and of course manages the return
>> >> values.
>> >> So no magic but perhaps just a little assembler in the plugin to
>> >> properly
>> >> deal with all the registers and condition flags.
>> >>
>> >> How do I use it?
>> >>
>> >> 1. make a method (whose structure is similar to a named primitive
>> >> method)
>> >>
>> >> Example:
>> >> system: aString "name (by convention is apiXxx: e.g. apiSystem:)"
>> >>
>> >> Â Â Â <apicall: long 'system' (char*) module: 'libSystem.dylib'> "first
>> >> line
>> >> should be the external function specification"
>> >> Â Â Â ^self externalCallFailed.
>> >>
>> >> Let's take it piece by piece:
>> >>
>> >> Â Â Â system: aString
>> >> Â Â Â Â Â Â Â Method name - by convention named 'apiXxx'
>> >>
>> >> Â Â Â <apicall: long 'system' (char*) module: 'libSystem.dylib'>
>> >> Â Â Â Â Â Â Â Function specification
>> >> Â Â Â Â Â Â Â Â Â Â Â - should be the first line
>> >> Â Â Â Â Â Â Â Â Â Â Â - enclosed in angle brackets: < > containing:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 1. Calling Convention, either apicall:
>> >> (Pascal convention) or cdecl: (C
>> >> convention)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Mac - use either one
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Unix - use cdecl
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Windows - use apical
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 2. Return Type (see types)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 3. External Function Name (literal
>> >> string)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 4. Argument Types (a literal array)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 5. Module - "module: " + [filename of the
>> >> external library (literal
>> >> string)] (see below).
>> >>
>> >> Â Â Â self externalCallFailed.
>> >> Â Â Â Â Â Â Â Failure handler
>> >> Â Â Â Â Â Â Â Â Â Â Â - normal smalltalk code
>> >> Â Â Â Â Â Â Â Â Â Â Â - executed if the linking to or calling the
>> >> external function fails
>> >> Â Â Â Â Â Â Â Â Â Â Â - API calls don't know how to communicate failure
>> >> like Squeak primitives
>> >> do, so:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - it does not tell you whether the
>> >> external function succeeded
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - the most common code is simply '^self
>> >> externalCallFailed.'
>> >>
>> >> Argument Types
>> >> Â Â Â - must be names of ExternalTypes, either:
>> >> Â Â Â Â Â Â Â - atomic types (see ExternalType
>> >> class>>initializeFFIConstants and
>> >> ExternalType class>>initializeAtomicTypes):
>> >> Â Â Â Â Â Â Â Â Â Â Â void
>> >> Â Â Â Â Â Â Â Â Â Â Â bool
>> >> Â Â Â Â Â Â Â Â Â Â Â byte (unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â sbyte (signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â ushort (16-bit unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â short (16-bit signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â ulong (32-bit unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â long (32-bit signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â ulonglong (64-bit unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â longlong (64-bit signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â char (unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â schar (signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â float (single-precision float)
>> >> Â Â Â Â Â Â Â Â Â Â Â double (double-precision float)
>> >>
>> >> Structure Types [4]
>> >> Â Â Â - subclass of ExternalStructure
>> >> Â Â Â Â Â Â Â - class>>fields that returns an array of field
>> >> descriptions (see below)
>> >> Â Â Â Â Â Â Â Â Â Â Â - Example:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â fields
>> >>                    ^#((red  'byte')(green
>> >> 'byte')(blue  'byte'))
>> >> Â Â Â Â Â Â Â - class>>initialize which includes "self defineFields"
>> >> (which must be
>> >> called before using the class)
>> >> Â Â Â - refer to as MyExternalStructure* (to indicate that the argument
>> >> or return
>> >> is a pointer to that structure)
>> >>
>> >> Field description [4]
>> >> Â Â Â - 2-element array (or three but that does something else, I'm not
>> >> sure
>> >> what):
>> >> Â Â Â Â Â Â Â - first element is the field name
>> >> Â Â Â Â Â Â Â - second is the type
>> >>
>> >> Mac Memory Allocation Issues [4] (not sure about this)
>> >>
>> >> If you allocate external structures, those with memory outside the
>> >> Squeak
>> >> process space, you may need to increase the amount of memory that is
>> >> reserved outside the object heap for such use. The Mac OS (9 and
>> >> previous)
>> >> needs this, other platforms may be able to dynamically get more memory
>> >> from
>> >> the OS. To see how much memory is currently reserved printIt 'Smalltalk
>> >> extraVMMemory'. To change it, execute 'Smalltalk extraVMMemory:
>> >> someNumberofBytes' Then save your image and quit. When you next start
>> >> up,
>> >> the amount of memory you requested will be reserved. (JMM) Note the OSX
>> >> versions of the VM ignore extraVMMemory because the memory model for
>> >> OS-X/unix applications is quite different.
>> >>
>> >> Module Name
>> >> - depends on the platform
>> >> Â Â Â - Mac
>> >> Â Â Â Â Â Â Â - pre Snow Leopard: flexible, can eliminate leading lib
>> >> or extension e.g.
>> >> 'libc.dylib' becomes 'libc', 'c.dylib', or 'c'
>> >> Â Â Â Â Â Â Â - Snow Leopard
>> >> Â Â Â Â Â Â Â Â Â Â Â - file name must be exact including extension
>> >> (unless Info.plist is
>> >> altered as in 'Library Location' below)
>> >> Â Â Â Â Â Â Â - With pre-mach-o VMs
>> >> Â Â Â Â Â Â Â Â Â Â Â - For Classic applications, use 'InterfaceLib'
>> >> Â Â Â Â Â Â Â Â Â Â Â - For Carbon libs, use 'CarbonLib'
>> >>
>> >> Module Location - where the external library file lives
>> >> Â Â Â - depends on the platform
>> >> Â Â Â Â Â Â Â - Mac
>> >> Â Â Â Â Â Â Â Â Â Â Â - pre Snow Leopard
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - checks VM path and common library paths
>> >> Â Â Â Â Â Â Â Â Â Â Â - Snow Leopard
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - only looks in VM bundle's Resources
>> >> file, you must either [5]:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - store all external libraries
>> >> there
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - ln -s path/to/library
>> >> path/to/VM/Resources/library_name
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Change the VM's Info.plist
>> >> "SqueakPluginsBuiltInOrLocalOnly" key from
>> >> "true" to "false."
>> >> Caveats
>> >> Â Â Â - security
>> >> Â Â Â Â Â Â Â - malicious users could call arbitrary functions in the
>> >> OS e.g. Â "format
>> >> c:" from "system.dll" [7]
>> >> Â Â Â Â Â Â Â - VMs do not protect against buffer overflow from bad
>> >> parameters [8]:
>> >> Â Â Â Â Â Â Â Â Â Â Â "this would require an attacker to execute
>> >> arbitrary Smalltalk
>> >> Â Â Â Â Â Â Â Â Â Â Â code on your server. Of course if they can do
>> >> that they own you
>> >> Â Â Â Â Â Â Â Â Â Â Â anyway, especially if you allow FFi or use the
>> >> OSProcess plugin" - John
>> >> McIntosh
>> >>
>> >> * difficulty
>> >> Â Â Â - if you make a mistake you'll not drop into the debugger but
>> >> Squeak will
>> >> just crash [2]
>> >> Â Â Â - If you crash Squeak when it is running the garbage collector,
>> >> then you
>> >> know your FFI code is leaking bits into object memory [2]
>> >>
>> >> What do I need to use FFI with Squeak?
>> >>
>> >> You need the FFI plugin, which is included with most VM's as of Squeak
>> >> 3.6
>> >> or so.
>> >>
>> >> You can also build the plugin yourself. See VMMaker.
>> >>
>> >> References:
>> >> [1] http://wiki.squeak.org/squeak/1414
>> >> [2] http://wiki.squeak.org/squeak/2424
>> >> [3] http://wiki.squeak.org/squeak/5716
>> >> [4] http://wiki.squeak.org/squeak/2426
>> >> [5]
>> >>
>> >> http://forum.world.st/squeak-dev-Alien-Squeak-FFI-issues-on-Snow-Leopard-td…
>> >> [6] http://wiki.squeak.org/squeak/5846
>> >> [7] http://forum.world.st/FFI-Callbacks-td54056.html#a54073
>> >> [8] http://forum.world.st/Security-td99624.html#a99635:
>> >>
>> >> Other choices:
>> >> In the fall of 2008, Alien the FFI interface (written by Cadence Design
>> >> Systems, Inc.) was put into squeaksource:
>> >> http://www.squeaksource.com/Alien.html. This API allows the primitive
>> >> to
>> >> call back to Smalltalk Code, and return error code information, and
>> >> apparently is much faster due to a less complex call sequence.
>> >> Â Â Â * if you need callbacks
>> >> Â Â Â * mac-only?
>> >>
>> >> Plugins - write external code and dynamically link it to the VM
>> >> Â Â Â Pros:
>> >> Â Â Â Â Â Â Â * safest - users are limited to using the functionality
>> >> you provide and
>> >> can not call other external functions e.g. system rm /
>> >> Â Â Â Â Â Â Â * fast - faster than FFI
>> >> Â Â Â Â Â Â Â * you can create new functionality that doesn't exist in
>> >> any library
>> >> Â Â Â Cons:
>> >> Â Â Â Â Â Â Â * harder to write
>> >> Â Â Â Â Â Â Â * plugin must be distributed with the Smalltalk code -
>> >> there can be
>> >> complications with platforms
>> >>
>> >> Primitive method - invokes behavior in the VM or a plugin [3]
>> >>
>> >> Questions:
>> >> * why would you want to build the FFI plugin yourself?
>> >> * api prefix or no for method names?
>> >> * not sure about pre Snow Leopard library search
>> >> * OSProcess - how does this fit into the bigger picture?
>> >> * "^self externalCallFailed." or "self externalCallFailed." i.e. return
>> >> self
>> >> or return the result, or doesn't matter?
>> >> * why would a field description have three elements?
>> >> * Mac Memory Allocation Issues?
>> >> --
>> >> View this message in context:
>> >> http://forum.world.st/FFI-Documentation-tp2225148p2225148.html
>> >> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>> >>
>> >> _______________________________________________
>> >> Pharo-project mailing list
>> >> Pharo-project(a)lists.gforge.inria.fr
>> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > Pharo-project(a)lists.gforge.inria.fr
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
--
Best regards,
Igor Stasenko AKA sig.
May 25, 2010
Re: [Pharo-project] FFI Documentation
by Igor Stasenko
2010/5/25 Denis Kudriashov <dionisiydk(a)gmail.com>:
> Hi. Igor
>
> Can you compare NB callout functionality with FFI and Alien functionality.
> Can NB replace FFI, Alien?
>
Yes, it can.
> What absent in NB callout?
>
I don't know. Its hard to imagine what can't be done in it,
since you having a direct access to native code generation.
> You implement callbacks with NB. FFI not support it.
> For me NB foreign interface seems more attractive than something else.
>
>
> 2010/5/21 Igor Stasenko <siguctua(a)gmail.com>
>>
>> Very nice topic coverage. I hope, eventually NB will also have
>> something like this :)
>>
>> But it having a little different pros/cons table:
>>
>> NB Pros:
>> Â Â Â Â Â Â Â * as well as for plugin, you can create new
>> functionality that doesn't exist in any library
>> Â Â Â Â Â Â Â * no need to recompile plugin/VM when you making a changes
>> Â Â Â Â Â Â Â * all your code is distributed with the Smalltalk code,
>> but there can be
>> complications with platforms
>> Â Â Â Â Â Â Â * fast - faster than any FFI implementation written in
>> C, and as fast as plugin primitive or even faster
>>
>> Â Â Â Cons:
>> Â Â Â Â Â Â Â * ?unsafe? - you have to provide a safety layers
>> Â Â Â Â Â Â Â (But hey, you have to deal with same sorts of stuff,
>> when writing plugin. No magician workers there)
>>
>> Â Â Â Â Â Â Â * harder to write
>> Yes, its harder than plain smalltalk - true.
>> But i can't say, that writing an assembler is harder than writing a
>> plugin's slang code.
>> If you writing a plugin, you should have an expertise, in VM internals
>> and how to build VM , etc etc
>> and if you writing an native code, you should have an expertise in
>> assembler as well as VM internals.
>>
>> So, they are different, and definitely much harder comparing to plain
>> smalltalk code,
>> but which one is easier is hard to tell.
>>
>> On 20 May 2010 22:25, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>> > thanks sean
>> > this is cool to see such kind of documentation emerging.
>> >
>> > Stef
>> >
>> > On May 20, 2010, at 9:16 PM, Sean P. DeNigris wrote:
>> >
>> >>
>> >> I want to get this info into the help system and/or collaborative book,
>> >> as
>> >> similar questions pop up regularly on the lists.
>> >>
>> >> I compiled every piece of info I could find. Â The focus in on FFI, with
>> >> stubs for other strategies. Â Please read this *very* rough outline for
>> >> missing info and inaccuracies:
>> >>
>> >> FFI
>> >>
>> >> What is FFI and what is it used for? Â Calling functions in libraries
>> >> outside
>> >> of the image...
>> >>
>> >> FFI, the Squeak Foreign Function Interface, is used to call functions
>> >> located in shared libraries that are not part of the Squeak VM nor its
>> >> plugins. It also provides means to read and write memory structures
>> >> that are
>> >> associated with the use of those shared libraries. A typical use is to
>> >> directly invoke operating system APIs. As such, applications that use
>> >> FFI
>> >> can only be used on the platform(s) that support the particular API
>> >> being
>> >> used. C conventions are used throughout, though the external function
>> >> could
>> >> have been written by any language capable of generating object code
>> >> that
>> >> follows C conventions. Â FFI is probably the easiest way to do the
>> >> things it
>> >> does. FFI is pretty fast too. Croquet uses FFI calls to OpenGL for all
>> >> it's
>> >> drawing routines.[1]
>> >>
>> >> How does FFI work?
>> >> Technically what happens is:
>> >> * you define what the interface is - the parameters, types etc.
>> >> * when you make the call, the FFI logic assembles the data from the
>> >> Squeak
>> >> Objects into the proper structures according to the routine calling
>> >> conventions for your architecture, and of course manages the return
>> >> values.
>> >> So no magic but perhaps just a little assembler in the plugin to
>> >> properly
>> >> deal with all the registers and condition flags.
>> >>
>> >> How do I use it?
>> >>
>> >> 1. make a method (whose structure is similar to a named primitive
>> >> method)
>> >>
>> >> Example:
>> >> system: aString "name (by convention is apiXxx: e.g. apiSystem:)"
>> >>
>> >> Â Â Â <apicall: long 'system' (char*) module: 'libSystem.dylib'> "first
>> >> line
>> >> should be the external function specification"
>> >> Â Â Â ^self externalCallFailed.
>> >>
>> >> Let's take it piece by piece:
>> >>
>> >> Â Â Â system: aString
>> >> Â Â Â Â Â Â Â Method name - by convention named 'apiXxx'
>> >>
>> >> Â Â Â <apicall: long 'system' (char*) module: 'libSystem.dylib'>
>> >> Â Â Â Â Â Â Â Function specification
>> >> Â Â Â Â Â Â Â Â Â Â Â - should be the first line
>> >> Â Â Â Â Â Â Â Â Â Â Â - enclosed in angle brackets: < > containing:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 1. Calling Convention, either apicall:
>> >> (Pascal convention) or cdecl: (C
>> >> convention)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Mac - use either one
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Unix - use cdecl
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Windows - use apical
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 2. Return Type (see types)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 3. External Function Name (literal
>> >> string)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 4. Argument Types (a literal array)
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 5. Module - "module: " + [filename of the
>> >> external library (literal
>> >> string)] (see below).
>> >>
>> >> Â Â Â self externalCallFailed.
>> >> Â Â Â Â Â Â Â Failure handler
>> >> Â Â Â Â Â Â Â Â Â Â Â - normal smalltalk code
>> >> Â Â Â Â Â Â Â Â Â Â Â - executed if the linking to or calling the
>> >> external function fails
>> >> Â Â Â Â Â Â Â Â Â Â Â - API calls don't know how to communicate failure
>> >> like Squeak primitives
>> >> do, so:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - it does not tell you whether the
>> >> external function succeeded
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - the most common code is simply '^self
>> >> externalCallFailed.'
>> >>
>> >> Argument Types
>> >> Â Â Â - must be names of ExternalTypes, either:
>> >> Â Â Â Â Â Â Â - atomic types (see ExternalType
>> >> class>>initializeFFIConstants and
>> >> ExternalType class>>initializeAtomicTypes):
>> >> Â Â Â Â Â Â Â Â Â Â Â void
>> >> Â Â Â Â Â Â Â Â Â Â Â bool
>> >> Â Â Â Â Â Â Â Â Â Â Â byte (unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â sbyte (signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â ushort (16-bit unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â short (16-bit signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â ulong (32-bit unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â long (32-bit signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â ulonglong (64-bit unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â longlong (64-bit signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â char (unsigned)
>> >> Â Â Â Â Â Â Â Â Â Â Â schar (signed)
>> >> Â Â Â Â Â Â Â Â Â Â Â float (single-precision float)
>> >> Â Â Â Â Â Â Â Â Â Â Â double (double-precision float)
>> >>
>> >> Structure Types [4]
>> >> Â Â Â - subclass of ExternalStructure
>> >> Â Â Â Â Â Â Â - class>>fields that returns an array of field
>> >> descriptions (see below)
>> >> Â Â Â Â Â Â Â Â Â Â Â - Example:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â fields
>> >>                    ^#((red  'byte')(green
>> >> 'byte')(blue  'byte'))
>> >> Â Â Â Â Â Â Â - class>>initialize which includes "self defineFields"
>> >> (which must be
>> >> called before using the class)
>> >> Â Â Â - refer to as MyExternalStructure* (to indicate that the argument
>> >> or return
>> >> is a pointer to that structure)
>> >>
>> >> Field description [4]
>> >> Â Â Â - 2-element array (or three but that does something else, I'm not
>> >> sure
>> >> what):
>> >> Â Â Â Â Â Â Â - first element is the field name
>> >> Â Â Â Â Â Â Â - second is the type
>> >>
>> >> Mac Memory Allocation Issues [4] (not sure about this)
>> >>
>> >> If you allocate external structures, those with memory outside the
>> >> Squeak
>> >> process space, you may need to increase the amount of memory that is
>> >> reserved outside the object heap for such use. The Mac OS (9 and
>> >> previous)
>> >> needs this, other platforms may be able to dynamically get more memory
>> >> from
>> >> the OS. To see how much memory is currently reserved printIt 'Smalltalk
>> >> extraVMMemory'. To change it, execute 'Smalltalk extraVMMemory:
>> >> someNumberofBytes' Then save your image and quit. When you next start
>> >> up,
>> >> the amount of memory you requested will be reserved. (JMM) Note the OSX
>> >> versions of the VM ignore extraVMMemory because the memory model for
>> >> OS-X/unix applications is quite different.
>> >>
>> >> Module Name
>> >> - depends on the platform
>> >> Â Â Â - Mac
>> >> Â Â Â Â Â Â Â - pre Snow Leopard: flexible, can eliminate leading lib
>> >> or extension e.g.
>> >> 'libc.dylib' becomes 'libc', 'c.dylib', or 'c'
>> >> Â Â Â Â Â Â Â - Snow Leopard
>> >> Â Â Â Â Â Â Â Â Â Â Â - file name must be exact including extension
>> >> (unless Info.plist is
>> >> altered as in 'Library Location' below)
>> >> Â Â Â Â Â Â Â - With pre-mach-o VMs
>> >> Â Â Â Â Â Â Â Â Â Â Â - For Classic applications, use 'InterfaceLib'
>> >> Â Â Â Â Â Â Â Â Â Â Â - For Carbon libs, use 'CarbonLib'
>> >>
>> >> Module Location - where the external library file lives
>> >> Â Â Â - depends on the platform
>> >> Â Â Â Â Â Â Â - Mac
>> >> Â Â Â Â Â Â Â Â Â Â Â - pre Snow Leopard
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - checks VM path and common library paths
>> >> Â Â Â Â Â Â Â Â Â Â Â - Snow Leopard
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - only looks in VM bundle's Resources
>> >> file, you must either [5]:
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - store all external libraries
>> >> there
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - ln -s path/to/library
>> >> path/to/VM/Resources/library_name
>> >> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â - Change the VM's Info.plist
>> >> "SqueakPluginsBuiltInOrLocalOnly" key from
>> >> "true" to "false."
>> >> Caveats
>> >> Â Â Â - security
>> >> Â Â Â Â Â Â Â - malicious users could call arbitrary functions in the
>> >> OS e.g. Â "format
>> >> c:" from "system.dll" [7]
>> >> Â Â Â Â Â Â Â - VMs do not protect against buffer overflow from bad
>> >> parameters [8]:
>> >> Â Â Â Â Â Â Â Â Â Â Â "this would require an attacker to execute
>> >> arbitrary Smalltalk
>> >> Â Â Â Â Â Â Â Â Â Â Â code on your server. Of course if they can do
>> >> that they own you
>> >> Â Â Â Â Â Â Â Â Â Â Â anyway, especially if you allow FFi or use the
>> >> OSProcess plugin" - John
>> >> McIntosh
>> >>
>> >> * difficulty
>> >> Â Â Â - if you make a mistake you'll not drop into the debugger but
>> >> Squeak will
>> >> just crash [2]
>> >> Â Â Â - If you crash Squeak when it is running the garbage collector,
>> >> then you
>> >> know your FFI code is leaking bits into object memory [2]
>> >>
>> >> What do I need to use FFI with Squeak?
>> >>
>> >> You need the FFI plugin, which is included with most VM's as of Squeak
>> >> 3.6
>> >> or so.
>> >>
>> >> You can also build the plugin yourself. See VMMaker.
>> >>
>> >> References:
>> >> [1] http://wiki.squeak.org/squeak/1414
>> >> [2] http://wiki.squeak.org/squeak/2424
>> >> [3] http://wiki.squeak.org/squeak/5716
>> >> [4] http://wiki.squeak.org/squeak/2426
>> >> [5]
>> >>
>> >> http://forum.world.st/squeak-dev-Alien-Squeak-FFI-issues-on-Snow-Leopard-td…
>> >> [6] http://wiki.squeak.org/squeak/5846
>> >> [7] http://forum.world.st/FFI-Callbacks-td54056.html#a54073
>> >> [8] http://forum.world.st/Security-td99624.html#a99635:
>> >>
>> >> Other choices:
>> >> In the fall of 2008, Alien the FFI interface (written by Cadence Design
>> >> Systems, Inc.) was put into squeaksource:
>> >> http://www.squeaksource.com/Alien.html. This API allows the primitive
>> >> to
>> >> call back to Smalltalk Code, and return error code information, and
>> >> apparently is much faster due to a less complex call sequence.
>> >> Â Â Â * if you need callbacks
>> >> Â Â Â * mac-only?
>> >>
>> >> Plugins - write external code and dynamically link it to the VM
>> >> Â Â Â Pros:
>> >> Â Â Â Â Â Â Â * safest - users are limited to using the functionality
>> >> you provide and
>> >> can not call other external functions e.g. system rm /
>> >> Â Â Â Â Â Â Â * fast - faster than FFI
>> >> Â Â Â Â Â Â Â * you can create new functionality that doesn't exist in
>> >> any library
>> >> Â Â Â Cons:
>> >> Â Â Â Â Â Â Â * harder to write
>> >> Â Â Â Â Â Â Â * plugin must be distributed with the Smalltalk code -
>> >> there can be
>> >> complications with platforms
>> >>
>> >> Primitive method - invokes behavior in the VM or a plugin [3]
>> >>
>> >> Questions:
>> >> * why would you want to build the FFI plugin yourself?
>> >> * api prefix or no for method names?
>> >> * not sure about pre Snow Leopard library search
>> >> * OSProcess - how does this fit into the bigger picture?
>> >> * "^self externalCallFailed." or "self externalCallFailed." i.e. return
>> >> self
>> >> or return the result, or doesn't matter?
>> >> * why would a field description have three elements?
>> >> * Mac Memory Allocation Issues?
>> >> --
>> >> View this message in context:
>> >> http://forum.world.st/FFI-Documentation-tp2225148p2225148.html
>> >> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>> >>
>> >> _______________________________________________
>> >> Pharo-project mailing list
>> >> Pharo-project(a)lists.gforge.inria.fr
>> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > Pharo-project(a)lists.gforge.inria.fr
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
--
Best regards,
Igor Stasenko AKA sig.
May 25, 2010