Using Arduino sketches with Ti Launchpad MSP430

The launchpad includes a chip programmer, so you shouldn't need to put any bootloader on it. They probably just replaced the avrdude program (which is what is used to upload sketches in Arduino) with something that talks to the TI board.

The Arduino bootloader doesn't have any runtime effects on user sketches.